# 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 = "exonum-proto" version = "1.0.0" authors = ["The Exonum Team "] links = "exonum_protobuf_common" description = "Helper traits and macros for serialization structs in protobuf." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-proto" readme = "README.md" keywords = ["protobuf", "exonum"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.12.0" [dependencies.base64-serde] version = "0.5.0" [dependencies.bit-vec] version = "0.6.1" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.exonum-derive] version = "1.0.0" [dependencies.protobuf] version = "2.8.1" features = ["with-serde"] [dependencies.protobuf-convert] version = "0.4.0" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_json] version = "1.0.48" [build-dependencies.exonum-build] version = "1.0.0" [features] default = ["with-serde"] with-serde = []