# 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] name = "nonzero_signed" version = "1.0.4" authors = ["Jacob Kiesel "] description = """ DEPRECATED Rust's std lib has stabilized their own signed NonZero types in Rust 1.34, please use those instead if you're using Rust 1.34 or greater. You can find them in std::num or core::num. Description A small set of types for signed nonzero integers. """ documentation = "https://xaeroxe.github.io/nonzero_signed/doc/nonzero_signed/" readme = "README.md" keywords = [ "nonzero", "signed", "zero", "number", ] categories = [ "data-structures", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/Xaeroxe/nonzero_signed" [dependencies.rustversion] version = "1.0.17"