# 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 = "jellyfish" version = "1.0.0" authors = ["James Turk "] description = "Approximate and phonetic matching of strings." readme = "README.md" license = "MIT" repository = "https://github.com/jamesturk/jellyfish/" [lib] name = "jellyfish" crate-type = ["cdylib"] [dependencies.ahash] version = "0.8.3" [dependencies.pyo3] version = "0.18.0" [dependencies.smallvec] version = "1.10.0" [dependencies.unicode-normalization] version = "^0.1" [dependencies.unicode-segmentation] version = "^1.6.0" [dev-dependencies.csv] version = "1.1" [features] python = []