# 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_piecewise_default" version = "0.2.0" authors = ["Melody Horn "] description = "Uses serde's Option handling to let you easily specify defaults for all fields at once by implementing Default." documentation = "https://docs.rs/serde_piecewise_default/" readme = "README.md" keywords = ["serde", "serialization", "derive"] categories = ["encoding"] license = "MIT" repository = "https://github.com/boringcactus/serde-piecewise-default" [dependencies.serde] version = "1.0" [dependencies.serde_piecewise_default_derive] version = "0.2.0" [dev-dependencies.compiletest_rs] version = "0.3.22" features = ["stable"] [dev-dependencies.serde_json] version = "1.0" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "boringcactus/serde-piecewise-default"