# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sift4" version = "0.1.4" authors = ["Peter Farr "] include = ["**/*.rs", "Cargo.toml"] description = "This crate provides the sift4 string distance algorithm. It is very fast and returns results similar to levenshtein" documentation = "https://docs.rs/sift4/" readme = "README.md" keywords = ["sift", "string", "fuzzy", "search", "distance"] categories = ["algorithms", "text-processing"] license = "MIT" repository = "https://github.com/PrismaPhonic/sift4-rs" [dependencies] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "PrismaPhonic/sift4-rs"