# 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.56" name = "bndpresbufch" version = "0.1.2" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bounds-preserving channel for passing buffers." readme = "README.md" keywords = ["channel"] categories = [ "concurrency", "data-structures", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/bndpresbufch" [lib] name = "bndpresbufch" path = "src/lib.rs" [[test]] name = "basics" path = "tests/basics.rs" [[test]] name = "closed" path = "tests/closed.rs" [[test]] name = "force" path = "tests/force.rs" [[test]] name = "managed" path = "tests/managed.rs" [dependencies.bndpresbufq] version = "0.1.4" [dependencies.parking_lot] version = "0.12.3" [dependencies.rustc-hash] version = "2.0.0" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1