# 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" name = "informalsystems-pbjson-types" version = "0.7.0" authors = ["Raphael Taylor-Davies "] exclude = ["protos/*"] description = "Protobuf well known types with serde serialization support" keywords = [ "protobuf", "json", "serde", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/informalsystems/pbjson" [lib] name = "pbjson_types" [dependencies.bytes] version = "1.0" default-features = false [dependencies.chrono] version = "0.4" features = ["alloc"] default-features = false [dependencies.informalsystems-pbjson] version = "0.7.0" default-features = false [dependencies.prost] version = "0.12" features = ["prost-derive"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [build-dependencies.informalsystems-pbjson-build] version = "0.7.0" [build-dependencies.prost-build] version = "0.12" [features] default = ["std"] std = [ "bytes/std", "chrono/std", "informalsystems-pbjson/std", "prost/std", "serde/std", "serde_json/std", ]