# 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.70" name = "idbag" version = "0.2.2" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A bag of integers." readme = "README.md" keywords = [ "bag", "identifier", ] categories = ["data-structures"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/idbag" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "idbag" path = "src/lib.rs" [[test]] name = "arc" path = "tests/arc.rs" [[test]] name = "map_access" path = "tests/map_access.rs" [dependencies.hashbrown] version = "0.15.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.paste] version = "1.0.15" [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