# 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 = "2018" rust-version = "1.52" name = "human_name" version = "2.0.4" authors = ["David Judd "] description = "A library for parsing and comparing human names" documentation = "https://docs.rs/human_name/" readme = "README.md" keywords = [ "human", "name", "language", "nlp", ] categories = [ "parsing", "text-processing", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/djudd/human-name" [profile.bench] debug = true [profile.release] lto = "thin" [lib] name = "human_name" crate-type = [ "rlib", "cdylib", ] [[bin]] name = "human_name" doc = false required-features = ["serialization"] [dependencies.compact_str] version = "0.7.1" features = ["serde"] [dependencies.crossbeam-utils] version = "0.8" [dependencies.libc] version = "0.2" optional = true [dependencies.phf] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallvec] version = "1.9" features = ["union"] [dependencies.unicode-case-mapping] version = "0.4" [dependencies.unicode-normalization] version = "0.1" [dependencies.unicode-segmentation] version = "1.9" [dependencies.unidecode] version = "0.3" [dev-dependencies.alloc_counter] version = "0.0" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] bench = [] default = [] ffi = ["libc"] name_eq_hash = [] serialization = [ "serde", "serde_json", ]