[package] name = "agram" version = "1.0.1" authors = ["Grant Handy "] description = "An offline anagram library" repository = "https://github.com/grantshandy/agram" documentation = "https://docs.rs/agram" license = "MIT" readme = "README.md" exclude = ["target", "Cargo.lock"] keywords = ["offline", "word", "text", "anagram"] categories = ["compression", "text-processing"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4" libflate = "1.1" [build-dependencies] libflate = "1.1"