rlibphonenumber 0.2.5

A high-performance Rust port of Google's libphonenumber for parsing, formatting, and validating international phone numbers.
Documentation
# 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 = "2024"
name = "rlibphonenumber"
version = "0.2.5"
authors = ["Vladislav K. https://t.me/vloldik"]
build = "build/rust_build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance Rust port of Google's libphonenumber for parsing, formatting, and validating international phone numbers."
documentation = "https://docs.rs/rlibphonenumber"
readme = "Readme.md"
keywords = [
    "phone",
    "phonenumber",
    "libphonenumber",
    "validation",
    "formatting",
]
categories = [
    "parser-implementations",
    "text-processing",
    "internationalization",
]
license = "Apache-2.0"
repository = "https://github.com/vloldik/rlibphonenumber"

[lib]
name = "rlibphonenumber"
path = "src/lib.rs"

[[bench]]
name = "format_bench"
path = "benches/format_bench.rs"
harness = false

[[bench]]
name = "parsing_bench"
path = "benches/parsing_bench.rs"
harness = false

[dependencies.dashmap]
version = "5.5"

[dependencies.dec_from_char]
version = "0.2"

[dependencies.fast-cat]
version = "0.1"

[dependencies.itoa]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.protobuf]
version = "3.7"

[dependencies.regex]
version = "1.10"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.colog]
version = "1.3"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.phonenumber]
version = "0.3"

[build-dependencies.protobuf-codegen]
version = "3.7"

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