[package] name = "webster" version = "0.3.0" authors = ["Grant Handy "] edition = "2018" license = "MIT" description = "An offline version of webster's dictionary" keywords = ["dictionary", "definition", "webster"] repository = "https://github.com/grantshandy/webster-rs" documentation = "https://docs.rs/webster" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" libflate = "1" [dev-dependencies] criterion = "0.3" [build-dependencies] serde_json = { version = "1.0.64" } libflate = "1.1.0" [[bench]] name = "access" harness = false