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