nnn 1.2.5

Generate your newtypes from a single macro.
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "nnn"
version = "1.2.5"
authors = ["Victor LEFEBVRE <contact@vic1707.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate your newtypes from a single macro."
homepage = "https://github.com/vic1707/nnn"
documentation = "https://docs.rs/nnn"
readme = "README.md"
keywords = [
    "newtype",
    "validation",
    "sanitization",
    "derive",
    "invariant",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "WTFPL"
repository = "https://github.com/vic1707/nnn"
resolver = "2"

[features]
default = ["macros"]
macros = ["dep:nnn-macros"]
regex_validation = ["nnn-macros/regex_validation"]

[lib]
name = "nnn"
path = "src/lib.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.nnn-macros]
version = "1.2.5"
optional = true

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.regex]
version = "1.12.4"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.trybuild]
version = "1.0.117"