# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ritelinked" version = "0.3.2" authors = ["Chojan Shang "] description = "HashMap-like containers that hold their key-value pairs in a user controllable order" documentation = "https://docs.rs/ritelinked" readme = "README.md" keywords = ["data-structures", "no_std", "linked-hash-map", "linked-hash-set", "amortized"] categories = ["data-structures", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/ritelabs/ritelinked" [profile.release] debug = true [[bench]] name = "lru" harness = false [dependencies.ahash_] version = "0.7" optional = true default-features = false package = "ahash" [dependencies.griddle] version = "0.5.1" optional = true default-features = false [dependencies.hashbrown] version = "0.11" default-features = false [dependencies.serde_] version = "1.0" optional = true default-features = false package = "serde" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fnv] version = "1.0.7" [dev-dependencies.hashlink] version = "0.7" [dev-dependencies.linked-hash-map] version = "0.5" [dev-dependencies.serde_test] version = "1.0" [features] ahash = ["ahash_", "hashbrown/ahash"] ahash-amortized = ["ahash", "amortized", "griddle/ahash"] ahash-compile-time-rng = ["ahash_/compile-time-rng"] amortized = ["griddle"] default = ["ahash-amortized", "inline-more-amortized"] inline-more = ["hashbrown/inline-more"] inline-more-amortized = ["inline-more", "amortized", "griddle/inline-more"] serde = ["serde_", "hashbrown/serde"] serde-amortized = ["serde", "amortized", "griddle/serde"]