# 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 = "2018" name = "newstr" version = "0.2.0" authors = ["Simon Johnston "] publish = true description = "Simple macros for declaring String-base new types." documentation = "https://docs.rs/newstr/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-newstr.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] all-features = true [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-fmt", "run-cargo-test", ] default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.regex] version = "1.4.5" [dev-dependencies.serde] version = "1.0.126" features = ["derive"]