# 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_nested_with" version = "0.2.5" authors = ["Lorenzo Murarotto "] description = "Use serde attributes on nested fields." readme = "README.md" keywords = ["serde"] license = "MIT" repository = "https://github.com/murar8/serde_nested_with" [lib] proc-macro = true [dependencies.darling] version = "0.20.5" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.48" [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.serde_test] version = "1.0.176" [dev-dependencies.time] version = "0.3.32" features = [ "formatting", "parsing", "serde", ]