[dependencies.serde]
default-features = false
optional = true
version = "1"
[dev-dependencies.version-sync]
version = "0.9.4"
[features]
alloc = ["serde?/alloc"]
default = ["std"]
serde = ["dep:serde"]
std = ["serde?/std"]
[package]
authors = ["Sean C. Roach <me@seancroach.dev>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Slices and vectors that are statically guaranteed to be not empty."
documentation = "https://docs.rs/not_empty"
edition = "2021"
keywords = ["nonempty", "nonzero", "no_std", "slice", "vector"]
license = "MIT OR Apache-2.0"
name = "not_empty"
readme = "README.md"
repository = "https://github.com/seancroach/not_empty"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["serde"]
rustdoc-args = ["--cfg", "doc_cfg"]