# 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 = "serde-inline-default" version = "0.2.2" authors = ["bytedream"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serde default values via inline declaration" readme = "README.md" keywords = [ "serde", "serialization", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/bytedream/serde-inline-default" [lib] name = "serde_inline_default" path = "src/lib.rs" doctest = false proc-macro = true [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "macro_rules" path = "examples/macro_rules.rs" [[test]] name = "test_serde_inline_default" path = "tests/test_serde_inline_default.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"