[package] name = "supply-chain-trust-example-crate-000037" version = "0.11.1" authors = [ "Hassnain",] description = "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n" edition = "2021" license = "MIT" rust-version = "1.56" readme = "README.md" keywords = [ "string", "similarity", "Hamming", "Levenshtein", "Jaro",] documentation = "https://docs.rs/strsim/" exclude = [ "/.github", "/dev",] categories = [ "text-processing",]