# 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 = "empty_type" version = "0.2.2" description = """ Tools to define and convert between types and their corresponding \"maybe types\" """ readme = "README.md" keywords = [ "proc_macro", "serde", "optionals", "maybe_types", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kvnvelasco/empty_type" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", ] [dependencies.empty_type_derive] version = "0.2.1" optional = true [dependencies.empty_type_traits] version = "0.2.1" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] derive = ["empty_type_derive"] serde = [ "empty_type_traits/serde", "empty_type_derive/serde", ]