# 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 = "dydx-proto" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Compiled dYdX protobuf files" readme = "README.md" license = "LicenseRef-dYdX-Custom" repository = "https://github.com/dydxprotocol/v4-chain/tree/main/v4-proto-rs" [lib] name = "dydx_proto" path = "src/lib.rs" doctest = false [dependencies.cosmos-sdk-proto] version = "0.26" features = ["grpc"] default-features = false [dependencies.prost] version = "0.13" default-features = false [dependencies.prost-types] version = "0.13" [dependencies.tonic] version = "0.12" features = [ "codegen", "prost", ] default-features = false [build-dependencies.prost-build] version = "0.13" [build-dependencies.regex] version = "1.11.1" [build-dependencies.tonic-buf-build] version = "0.3.0" [build-dependencies.tonic-build] version = "0.12" [features] default = ["grpc-transport"] grpc-transport = ["tonic/transport"]