# 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" name = "yass-2" version = "2.0.0" description = "Yet another string similarity library" homepage = "https://github.com/binh-vu/strsim" readme = "README.md" keywords = [ "string-similarity", "strsim", "levenshtein", "jaro-winkler", ] license-file = "LICENSE" repository = "https://github.com/binh-vu/strsim" [lib] name = "yass" [dependencies.anyhow] version = "1.0.71" [dependencies.derive_more] version = "0.99.17" [dependencies.hashbrown] version = "0.13.2" [dependencies.itertools] version = "0.10.5" [dependencies.lsap] version = "1.0.2" [dependencies.pyo3] version = "0.19.1" features = [ "anyhow", "multiple-pymethods", ] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.maplit] version = "1.0.2" [features] extension-module = ["pyo3/extension-module"]