[package] name = "harsh" version = "0.2.2" edition = "2018" description = "Hashids implementation for Rust" readme = "README.md" repository = "https://github.com/archer884/harsh" license = "MIT/Apache-2.0" authors = ["J/A "] exclude = [".travis.yml"] keywords = ["hashids"] categories = ["encoding", "value-formatting", "web-programming"] [dependencies] [dev-dependencies] criterion = "0.3.5" [[bench]] name = "benchmarks" harness = false