nutype 0.5.0

The newtype with guarantees.
Documentation
[dependencies.nutype_macros]
version = "0.5.0"

[dev-dependencies.lazy_static]
version = "1.0"

[dev-dependencies.once_cell]
version = "1.0"

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

[features]
arbitrary = ["nutype_macros/arbitrary"]
default = ["std"]
new_unchecked = ["nutype_macros/new_unchecked"]
regex = ["nutype_macros/regex"]
schemars08 = ["nutype_macros/schemars08"]
serde = ["nutype_macros/serde"]
std = ["nutype_macros/std"]

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

[package]
authors = ["Serhii Potapov <blake131313@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "The newtype with guarantees."
documentation = "https://docs.rs/nutype"
edition = "2021"
homepage = "https://github.com/greyblake/nutype"
keywords = ["newtype", "validation", "sanitization", "derive", "invariant"]
license = "MIT"
name = "nutype"
readme = "README.md"
repository = "https://github.com/greyblake/nutype"
version = "0.5.0"