Skip to content

Commit

Permalink
Merge pull request #61 from worm-blossom/workspaces
Browse files Browse the repository at this point in the history
Covert to workspace, make nightly features optional
  • Loading branch information
AljoschaMeyer authored Aug 8, 2024
2 parents ea11a79 + 3cb9221 commit ca7a944
Show file tree
Hide file tree
Showing 51 changed files with 2,737 additions and 1,089 deletions.
122 changes: 84 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 3 additions & 38 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,4 @@
[package]
name = "ufotofu"
version = "0.3.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/worm-blossom/ufotofu"
description = "Abstractions for lazily consuming and producing sequences"
exclude = [
"fuzz/*",
".github/workflows/rust.yml",
]
[workspace]

[features]

default = ["std"]

# Provide functionality that relies on the std library. Enabled by default.
std = ["alloc"]

# Provide functionality that relies on dynamic memory allocation.
alloc = []

# Provide implementations for development helpers.
dev = ["dep:arbitrary"]

[dependencies]
arbitrary = { version = "1.0.2", features = ["derive"], optional = true}
either = "1.10.0"
ufotofu_queues = "0.4.0"
wrapper = "0.1.1"

[dev-dependencies]
smol = "2.0.0"

# docs.rs-specific configuration
[package.metadata.docs.rs]
# document all features
all-features = true
members = ["ufotofu", "ufotofu_queues", "fuzz"]
resolver = "2"
Loading

0 comments on commit ca7a944

Please sign in to comment.