[package] name = "dary" version = "0.1.1" authors = ["ng3rdstmadgke "] edition = "2018" license = "MIT" description = "This crate provides double-array construction and search functions." categories = ["algorithms"] keywords = ["double", "array", "trie", "morphological", "analysis"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] memmap = "0.7.0" rand = "0.7.2" bincode = "1.2.0" serde = "1.0.102" serde_derive = "1.0.34"