blob: e7f3226aac9711f3cfcfe5f90f5988992471bdd9 [file] [log] [blame]
[package]
name = "jellyfish"
version = "1.0.3"
edition = "2021"
description = "Approximate and phonetic matching of strings."
authors = ["James Turk <dev@jamesturk.net>"]
repository = "https://github.com/jamesturk/jellyfish/"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "jellyfish"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.20.0"
unicode-segmentation = "^1.6.0"
unicode-normalization = "^0.1"
smallvec = "1.10.0"
ahash = "0.8.3"
[dev-dependencies]
csv = "1.1"
[features]
python = []