# 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" rust-version = "1.79.0" name = "notzero" version = "1.1.0" authors = ["rodrimati1992 "] build = false include = [ "Cargo.toml", "src/**/*.rs", "./README.md", "LICENSE-ZLIB.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "macro for constructing `std::num::NonZero*` from constants" documentation = "https://docs.rs/notzero/" readme = "README.md" keywords = [ "nonzero", "non-zero", ] categories = [ "no-std", "rust-patterns", ] license = "Zlib" repository = "https://github.com/rodrimati1992/notzero/" [lib] name = "notzero" path = "src/lib.rs" [dependencies.typewit] version = "1.8" default-features = false [dev-dependencies.trybuild] version = "1.0" [features] __ui_tests = []