# 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 = "optempty" version = "0.1.13" authors = [ "Daniel Cormier", "Michael Hanley", ] exclude = [ ".gitignore", "check.sh", ] description = "Tools for working types that may be empty. E.g., an empty `String`, `Vec`, `HashMap`, etc." documentation = "https://docs.rs/optempty/" readme = "README.md" keywords = [ "option", "empty", "collection", "hashmap", "vec", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "Apache-2.0" repository = "https://github.com/dcormier/optempty-rs" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [dependencies.query_map] version = "0" optional = true [dependencies.serde_json] version = "1" features = ["alloc"] optional = true default-features = false [dev-dependencies] [features] default = ["std"] querymap = [ "query_map", "std", ] serdejson = ["serde_json"] std = []