[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "phone_benchmark"
path = "benches/phone_benchmark.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.8.1"
[lib]
name = "phonelib"
path = "src/lib.rs"
[package]
authors = ["Mohamad Al Zohbie <alzoubi528@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "text-processing", "parsing"]
description = "A comprehensive library for phone number validation, formatting, parsing, and manipulation"
documentation = "https://docs.rs/phonelib"
edition = "2021"
homepage = "https://github.com/mohamadzoh/phonelib"
include = ["src/**/*", "benches/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["phone", "validation", "phonenumber", "e164", "international"]
license = "MIT"
name = "phonelib"
readme = "README.md"
repository = "https://github.com/mohamadzoh/phonelib"
rust-version = "1.70"
version = "1.0.1"