# 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" rust-version = "1.70" name = "prost-wkt" version = "0.6.0" authors = ["fdeantoni "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper crate for prost to allow JSON serialization and deserialization of Well Known Types." documentation = "https://docs.rs/prost-wkt-derive" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fdeantoni/prost-wkt" [lib] name = "prost_wkt" path = "src/lib.rs" [dependencies.chrono] version = "0.4.27" features = ["serde"] default-features = false [dependencies.inventory] version = "0.3.0" [dependencies.prost] version = "0.13.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.typetag] version = "0.2"