# 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 = "single_byte_hashmap" version = "0.1.2" authors = ["William Batista "] description = "A simple HashMap for storing singular bytes as keys" homepage = "https://github.com/billyb2/single_byte_hashmap-rs" readme = "README.md" keywords = ["hashmap", "byte"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/billyb2/single_byte_hashmap-rs" [dependencies.hashbrown] version = "0.11" features = ["inline-more"] optional = true default-features = false [features] allow_unsafe_sizes = [] default = ["faster_hashmap"] faster_hashmap = ["hashbrown"] nightly = ["faster_hashmap", "hashbrown/nightly"] rayon = ["faster_hashmap", "hashbrown/rayon"] serde = ["faster_hashmap", "hashbrown/serde"]