[package] name = "fst-map" version = "0.1.0" edition = "2021" authors = ["Tyler Neely "] description = "succinct map" license = "MIT OR Apache-2.0" repository = "https://github.com/komora-io/fst-map" documentation = "https://docs.rs/fst-map/" [dependencies] fst = "0.4.7" zerocopy = { version = "0.8.9", features = ["derive"] } [dev-dependencies] rand = "0.8.5"