# 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" name = "inttable" version = "0.1.0" authors = ["Sapphie "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Specialized HashMap for randomly-distributed u64 keys" readme = "README.md" keywords = [ "hashmap", "u64", "intmap", "nohash", ] license = "Unlicense" repository = "https://gitlab.com/sapphie1/inttable" [package.metadata.docs.rs] features = ["serde"] [lib] name = "inttable" path = "src/lib.rs" [[test]] name = "basic_test" path = "tests/basic_test.rs" [[bench]] name = "basic_bench" path = "benches/basic_bench.rs" [dependencies.hashbrown] version = "0.14.5" default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.indexmap] version = "1.8.2" [dev-dependencies.intmap] version = "2" [dev-dependencies.rand] version = "0.8.5" [features] serde = ["dep:serde"] [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn"