# 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" rust-version = "1.56" name = "supply-chain-trust-example-crate-000037" version = "0.11.1" authors = ["Hassnain"] build = false exclude = [ "/.github", "/dev", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. """ documentation = "https://docs.rs/strsim/" readme = "README.md" keywords = [ "string", "similarity", "Hamming", "Levenshtein", "Jaro", ] categories = ["text-processing"] license = "MIT" [lib] name = "supply_chain_trust_example_crate_000037" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs"