beetle-nonzero 0.3.16

Combines the std `NonZero` structs into one struct
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 = "2021"
name = "beetle-nonzero"
version = "0.3.16"
authors = ["beetle"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Combines the std `NonZero` structs into one struct"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Mearkatz/beetle-nonzero"

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

[dependencies.default-impl]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2.19"

[lints.clippy.enum_glob_use]
level = "deny"
priority = -3

[lints.clippy.expect_used]
level = "deny"
priority = -7

[lints.clippy.nursery]
level = "deny"
priority = -5

[lints.clippy.pedantic]
level = "deny"
priority = -4

[lints.clippy.unwrap_used]
level = "deny"
priority = -6

[lints.rust.missing_docs]
level = "deny"
priority = -1