# 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 = "ed_join" version = "1.1.1" authors = ["Lucius Hu "] exclude = ["/.travis.yml", "/.gitignore"] description = "A Rust Implemtation of Ed-Join Algorithm for string similarity join\n" homepage = "https://crates.io/crates/ed_join" documentation = "https://notatall.io/ed_join/ed_join/index.html" readme = "README.md" keywords = ["string", "similarity", "text-processing", "algorithm"] categories = ["algorithms", "text-processing"] license = "Apache-2.0 OR MIT" repository = "https://github.com/lebensterben/ed_join" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [[bin]] name = "ed-join" path = "src/bin.rs" required-features = ["cli"] [dependencies.clap] version = "2.33.0" optional = true [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.dialoguer] version = "0.4.0" optional = true [dependencies.edit-distance] version = "2.1.0" [dependencies.env_logger] version = "0.7.0" optional = true [dependencies.error-chain] version = "0.12.1" [dependencies.indicatif] version = "0.12.0" features = ["with_rayon"] optional = true [dependencies.log] version = "0.4.8" optional = true [dependencies.rayon] version = "1.2.0" [features] cli = ["clap", "dialoguer", "env_logger", "indicatif", "log"] [badges.travis-ci] repository = "lebensterben/ed_join"