[package] name = "fast-map" version = "0.2.1" authors = ["Jacob Brown "] edition = "2018" readme = "README.md" license = "MIT" description = "Map-like structs" repository = "https://github.com/kardeiz/fast-map" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fast-map-derive = { path = "fast-map-derive", version = "0.2.1" } [build-dependencies] quote = "1.0.2"