human_name 2.0.4

A library for parsing and comparing human names
Documentation
[[bin]]
doc = false
name = "human_name"
required-features = ["serialization"]

[build-dependencies.phf_codegen]
version = "0.11"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[dependencies.compact_str]
features = ["serde"]
version = "0.7.1"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.libc]
optional = true
version = "0.2"

[dependencies.phf]
version = "0.11"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.smallvec]
features = ["union"]
version = "1.9"

[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"

[features]
bench = []
default = []
ffi = ["libc"]
name_eq_hash = []
serialization = ["serde", "serde_json"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "human_name"

[package]
authors = ["David Judd <cargo@davidjudd.net>"]
categories = ["parsing", "text-processing", "command-line-utilities"]
description = "A library for parsing and comparing human names"
documentation = "https://docs.rs/human_name/"
edition = "2018"
keywords = ["human", "name", "language", "nlp"]
license = "Apache-2.0"
name = "human_name"
readme = "README.md"
repository = "https://github.com/djudd/human-name"
rust-version = "1.52"
version = "2.0.4"

[profile.bench]
debug = true

[profile.release]
lto = "thin"