# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "agram" version = "1.0.1" authors = ["Grant Handy "] exclude = ["target", "Cargo.lock"] description = "An offline anagram library" documentation = "https://docs.rs/agram" readme = "README.md" keywords = ["offline", "word", "text", "anagram"] categories = ["compression", "text-processing"] license = "MIT" repository = "https://github.com/grantshandy/agram" resolver = "2" [dependencies.lazy_static] version = "1.4" [dependencies.libflate] version = "1.1" [build-dependencies.libflate] version = "1.1"