# 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 = "2021" name = "nutype" version = "0.5.0" authors = ["Serhii Potapov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The newtype with guarantees." homepage = "https://github.com/greyblake/nutype" documentation = "https://docs.rs/nutype" readme = "README.md" keywords = [ "newtype", "validation", "sanitization", "derive", "invariant", ] categories = [ "data-structures", "rust-patterns", ] license = "MIT" repository = "https://github.com/greyblake/nutype" [lib] name = "nutype" path = "src/lib.rs" [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"]