1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13rust-version = "1.56" 14name = "strsim" 15version = "0.11.1" 16authors = [ 17 "Danny Guo <[email protected]>", 18 "maxbachmann <[email protected]>", 19] 20exclude = [ 21 "/.github", 22 "/dev", 23] 24description = """ 25Implementations of string similarity metrics. Includes Hamming, Levenshtein, 26OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 27""" 28homepage = "https://github.com/rapidfuzz/strsim-rs" 29documentation = "https://docs.rs/strsim/" 30readme = "README.md" 31keywords = [ 32 "string", 33 "similarity", 34 "Hamming", 35 "Levenshtein", 36 "Jaro", 37] 38categories = ["text-processing"] 39license = "MIT" 40repository = "https://github.com/rapidfuzz/strsim-rs" 41