# 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-types" version = "0.6.0" authors = ["fdeantoni "] build = "build.rs" 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" readme = "README.md" keywords = [ "protobuf", "serde", "json", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/fdeantoni/prost-wkt" [lib] name = "prost_wkt_types" path = "src/lib.rs" doctest = false [[test]] name = "pbany_test" path = "tests/pbany_test.rs" [[test]] name = "pbstruct_test" path = "tests/pbstruct_test.rs" [dependencies.chrono] version = "0.4.27" features = ["serde"] default-features = false [dependencies.prost] version = "0.13.1" [dependencies.prost-wkt] version = "0.6.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [build-dependencies.prost] version = "0.13.1" [build-dependencies.prost-build] version = "0.13.1" [build-dependencies.prost-types] version = "0.13.1" [build-dependencies.prost-wkt-build] version = "0.6.0" [build-dependencies.protobuf-src] version = "1.1.0" optional = true [build-dependencies.protox] version = "0.6.0" optional = true [build-dependencies.regex] version = "1" [features] default = ["std"] std = [] vendored-protoc = ["protobuf-src"] vendored-protox = ["protox"]