[package] name = "fid" version = "0.1.7" authors = ["Koki Kato "] description = "FID (Fully Indexable Dictionary) implementation for Rust" repository = "https://github.com/ajalab/fid" readme = "README.md" homepage = "https://github.com/ajalab/fid" documentation = "https://docs.rs/fid" license = "MIT OR Apache-2.0" keywords = ["fid", "bit-vector", "succinct"] categories = ["data-structures"] edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } [dev-dependencies] rand = "0.5" bincode = "1.1"