[package] name = "phone_number" description="With a given country and phone number, validate and format the MOBILE phone number to E.164 standard" license="MIT" version = "0.1.1" authors = ["Hiroaki Kamei "] include = [ "**/*.rs", "Cargo.toml", ] [dependencies] regex = "1.9.5"