# 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 = "2018" rust-version = "1.61" name = "tinymap" version = "0.4.0" authors = [ "notgull ", "robjtede ", ] description = "A map structure that stores its data on the stack" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/robjtede/tinymap" [dependencies.hashbrown] version = "0.13" optional = true [dependencies.tinyvec] version = "1.4" features = ["rustc_1_55"] [features] alloc = ["hashbrown"] default = []