# 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 = "bndpresbufq" version = "0.1.4" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bounds-preserving, optionally limited, buffer queue" readme = "README.md" keywords = [ "buffer", "queue", "bounded", "bounds-preserving", ] categories = ["data-structures"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/bndpresbufq" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "bndpresbufq" path = "src/lib.rs" [dependencies.limq] version = "0.1.3" [badges.maintenance] status = "passively-maintained" [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