# 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" rust-version = "1.65.0" name = "rphonetic" version = "3.0.0" authors = [ "dalvany", "Crabe de France", ] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust port of phonetic Apache commons-codec algorithms" homepage = "https://github.com/Dalvany/rphonetic" documentation = "https://docs.rs/rphonetic" readme = "README.md" keywords = ["phonetic"] categories = [ "text-processing", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/Dalvany/rphonetic" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rphonetic" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.document-features] version = "0.2" [dependencies.either] version = "1.7" [dependencies.enum-iterator] version = "2.0" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.1" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] embedded = [ "embedded_bm", "embedded_dm", ] embedded_bm = [] embedded_dm = []