# 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-sdk" version = "0.34.0" authors = [ "Michael Wittner ", "Sam De Roeck ", ] description = "M10 SDK API" homepage = "https://docs-app.m10.net" readme = "README.md" license = "MIT" repository = "https://github.com/m10io/sdk" resolver = "1" [dependencies.async-trait] version = "0.1" optional = true [dependencies.base64] version = "0.13" optional = true [dependencies.bytes] version = "1" [dependencies.fastrand] version = "1" [dependencies.futures-core] version = "0.3" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.hex] version = "0.4" default-features = false [dependencies.m10-protos] version = "0.34" [dependencies.m10-signing] version = "0.34.0" optional = true [dependencies.parse-display] version = "0.5" optional = true [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] optional = true default-features = false [dependencies.ring] version = "0.16" features = ["std"] optional = true [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_with] version = "1" features = ["hex"] [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1" optional = true [dependencies.tokio-stream] version = "0.1.14" optional = true [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] optional = true [dependencies.tonic] version = "0.5" features = [ "tls", "tls-roots", ] optional = true [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [dev-dependencies.clap] version = "3.0.0-beta.1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [features] account = [] client = [ "service", "tokio-stream", "tokio", "tokio-tungstenite", ] collections = [] contract = [ "ring", "thiserror", ] default = [ "format", "client", "collections", "service", "image", "contract", "account", ] format = [ "parse-display", "base64", "hex/default", "serde_json", "serde_yaml", "ron", ] image = ["reqwest"] service = [ "async-trait", "tonic", "m10-signing", "futures-core", "futures-util", "m10-protos/client", ]