[dev-dependencies.regex]
version = "1.4"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "newstr"
path = "src/lib.rs"
[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple macros for declaring String-base new types."
documentation = "https://docs.rs/newstr/"
edition = "2018"
license = "MIT"
name = "newstr"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-newstr.git"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "from_str"
path = "tests/from_str.rs"
[[test]]
name = "is_valid"
path = "tests/is_valid.rs"
[[test]]
name = "other_traits"
path = "tests/other_traits.rs"
[[test]]
name = "required"
path = "tests/required.rs"