# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.57.0" name = "thingbuf" version = "0.1.6" authors = ["Eliza Weisman "] exclude = [ "/.github", "/.cargo", "/bin", "/bench", "/assets", ] description = """ I'm at the buffer pool. I'm at the MPSC channel. I'm at the combination MPSC channel and buffer pool. """ homepage = "https://github.com/hawkw/thingbuf" readme = "README.md" keywords = [ "lock-free", "queue", "channel", "mpsc", "pool", ] categories = [ "asynchronous", "concurrency", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/hawkw/thingbuf" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.loom] opt-level = 3 lto = true inherits = "test" [dependencies.parking_lot] version = "0.12" optional = true default-features = false [dependencies.pin-project] version = "1" [dev-dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1.14.0" features = [ "rt", "rt-multi-thread", "macros", "sync", ] [features] alloc = [] default = ["std"] static = [] std = [ "alloc", "parking_lot", ] [target."cfg(loom)".dev-dependencies.loom] version = "0.5.6" features = [ "checkpoint", "futures", ] [target."cfg(loom)".dev-dependencies.tracing] version = "0.1" features = ["std"] default-features = false [target."cfg(loom)".dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", ] default-features = false