[dependencies.hashbrown]
version = "0.1"
[dependencies.unidecode]
version = "0.3"
[dev-dependencies.assert_approx_eq]
version = "1.1"
[package]
authors = ["Max Frai <me@maxfrai.com>"]
categories = ["text-processing"]
description = "Compare two strings similarity with three set algorithm"
edition = "2018"
keywords = ["similarity", "string", "language", "nlp"]
license-file = "LICENSE"
name = "three-set-compare"
readme = "README.md"
repository = "https://github.com/max-frai/three-set-compare-rs"
version = "0.1.1"