# 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.63.0" name = "fastutil" version = "0.1.0" authors = ["satvrn"] description = "Fast utilities and optimizations for Rust." homepage = "https://github.com/notsatvrn/fastutil-rs" documentation = "https://docs.rs/fastutil" readme = "README.md" keywords = [ "collection", "hash", "rand", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/notsatvrn/fastutil-rs" [dependencies.hashbrown] version = "0.14" features = ["inline-more"] optional = true default-features = false [dependencies.indexmap] version = "2.1" optional = true default-features = false [dependencies.multimap] version = "0.9" optional = true default-features = false [dependencies.smolcrush] version = "0.2" features = ["all"] optional = true [features] alloc = ["hashbrown"] default = [ "hash", "indexmap", "rand", ] indexmap = [ "dep:indexmap", "hash", ] multimap = [ "dep:multimap", "hash", "std", ] nightly = ["hashbrown/nightly"] rand = ["dep:smolcrush"] serde = [ "indexmap/serde", "multimap/serde_impl", ] std = ["indexmap/std"] [target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\"))".dependencies.hash] version = "2.3" optional = true package = "gxhash" [target."cfg(not(any(target_arch = \"aarch64\", target_arch = \"x86_64\")))".dependencies.hash] version = "0.1" optional = true package = "zwohash"