# 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 = "revolt_optional_struct" version = "0.2.0" authors = [ "Paul Lesur ", "Paul Makles ", ] exclude = [".travis.yml"] 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/revoltchat/OptionalStruct" [lib] proc-macro = true [dependencies.quote] version = "0.3" [dependencies.syn] version = "0.11.11" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.79"