# 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 = "decent-serde-json-alternative" version = "0.5.0" authors = ["Loïc Lecrenier "] description = "This crate builds on the json crate to provide the FromJson and ToJson traits. You can pair it with the decent-serde-json-derive-alternative crate to automatically derive an implementation of those traits for your own types. In some cases, this can serve your (de)serialization needs without having to build syn, quote, serde, and serde_json." keywords = ["json"] license = "MIT" repository = "https://git.sr.ht/~loic/decent-serde-json-alternative" [dependencies.decent-serde-json-derive-alternative] version = "0.5" [dependencies.json] version = "0.12.0"