# 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 = "optional_struct" version = "0.5.2" authors = ["Paul Lesur "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Crate defining a macro that will generate, from a structure, another structure with only Option fields """ readme = "README.md" keywords = [ "macro", "configuration", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/lesurp/OptionalStruct" [lib] name = "optional_struct" path = "src/lib.rs" [[test]] name = "applicable_generic" path = "tests/applicable_generic.rs" [[test]] name = "base_option" path = "tests/base_option.rs" [[test]] name = "builder" path = "tests/builder.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "nested" path = "tests/nested.rs" [[test]] name = "nested_skip" path = "tests/nested_skip.rs" [[test]] name = "renamed" path = "tests/renamed.rs" [[test]] name = "reverse_wrapping" path = "tests/reverse_wrapping.rs" [[test]] name = "serde_skip" path = "tests/serde_skip.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "skip" path = "tests/skip.rs" [[test]] name = "tuple_struct" path = "tests/tuple_struct.rs" [[test]] name = "with_cfg_attribute" path = "tests/with_cfg_attribute.rs" [[test]] name = "with_extra_derive" path = "tests/with_extra_derive.rs" [[test]] name = "wrap_option" path = "tests/wrap_option.rs" [dependencies.optional_struct_macro] version = "0.5.2" [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dev-dependencies.serde] version = "1.0.193" [dev-dependencies.serde_json] version = "1.0.108"