# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "serde-json-helpers" version = "0.1.2" authors = ["Michael Holmes <706183+holmesmr@users.noreply.github.com>"] description = "A collection of procedural macros compatible with stable Rust 2018 that simplify some common operations not covered by `serde_derive`." license = "MIT OR Apache-2.0+" repository = "https://github.com/holmesmr/serde-json-helpers" [lib] path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "0.4" features = ["nightly"] [dependencies.quote] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "0.15" features = ["full", "extra-traits"] [dev-dependencies.serde_json] version = "1" [badges.circle-ci] repository = "holmesmr/serde-json-helpers"