[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test"]
version = "1"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.regex]
version = "1.4.5"
[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
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.1.1"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]