# 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 = "2018" name = "powierza-coefficient" version = "1.0.2" authors = ["micouy"] 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" readme = "README.md" keywords = [ "string", "abbreviation", "statistic", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/micouy/powierza-coefficient" [[bench]] name = "benches" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.strsim] version = "0.10"