patskovn-non-empty-string 0.2.6

A simple type for non empty Strings, similar to NonZeroUsize and friends.
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 = "patskovn-non-empty-string"
version = "0.2.6"
authors = [
    "Midas Lambrichts <midaslamb@gmail.com>",
    "Nikita Patskov <patskovn@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple type for non empty Strings, similar to NonZeroUsize and friends."
readme = "README.md"
keywords = [
    "nonemptystring",
    "string",
    "str",
    "non-empty",
    "nonempty",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/patskovn/non-empty-string.git"

[package.metadata."docs.rs"]
all-features = true

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

[dependencies.delegate]
version = "0.8"

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[features]
default = []
macro = []
serde = ["dep:serde"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(no_global_oom_handling)"]