nonzero-char 0.3.0

Implement NonZeroChar, like NonZeroU32
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"
rust-version = "1.89"
name = "nonzero-char"
version = "0.3.0"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implement NonZeroChar, like NonZeroU32"
readme = "README.md"
keywords = [
    "nonzero",
    "nonnull",
    "nonzerochar",
    "non-zero",
    "char",
]
categories = [
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/nonzero-char-rs"

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

[dependencies]