# 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 = "m10-protos" version = "0.34.0" authors = [ "Sascha Wise ", "Sam De Roeck ", ] description = "M10 Protocol Buffers" homepage = "https://docs-app.m10.net" license = "MIT" repository = "https://github.com/m10io/sdk" resolver = "1" [dependencies.bytes] version = "1" features = ["serde"] default-features = false [dependencies.hex] version = "0.4" [dependencies.looking-glass] version = "0.1.1" optional = true [dependencies.looking-glass-derive] version = "0.1.1" optional = true [dependencies.once_cell] version = "1" [dependencies.prost] version = "0.8" [dependencies.prost-types] version = "0.8" [dependencies.ring] version = "0.16" features = ["std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_with] version = "1" [dependencies.tonic] version = "0.5" optional = true [build-dependencies.prost-build] version = "0.8" [build-dependencies.tonic-build] version = "0.5" [features] client = ["grpc"] default = [] dynamic2 = [ "looking-glass", "looking-glass-derive", ] grpc = ["tonic"] server = ["grpc"]