# 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 = "group-similar" version = "0.2.2" authors = ["Joshua Clayton "] description = "Group similar values based on Jaro-Winkler distance" readme = "README.md" keywords = [ "similarity", "jaro", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/joshuaclayton/group-similar" [profile.dev] split-debuginfo = "unpacked" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [[bench]] name = "bench" harness = false [dependencies.colored] version = "2" [dependencies.jaro_winkler] version = "0.1.0" [dependencies.kodama] version = "0.2.3" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.strsim] version = "0.10.0" [dependencies.structopt] version = "0.3" [dev-dependencies.criterion] version = "0.4.0"