[package] name = "powierza-coefficient" authors = ["micouy"] version = "1.0.2" edition = "2018" include = [ "README.md", "Cargo.toml", "**/**.rs", "fuzz/", "assets/", ] description = "Powierża coefficient is a statistic for gauging if one string is an abbreviation of another" repository = "https://github.com/micouy/powierza-coefficient" readme = "README.md" license = "MIT" categories = ["algorithms"] keywords = ["string", "abbreviation", "statistic"] [[bench]] name = "benches" harness = false [dependencies] [dev-dependencies] criterion = "0.3" strsim = "0.10"