# 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 = "modality-mutation-plane-client" version = "0.3.0" description = "The Modality mutation plane parent and child clients." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.futures] version = "0.3.21" [dependencies.minicbor] version = "0.13.1" features = [ "std", "derive", ] [dependencies.minicbor-io] version = "0.8" features = ["async-io"] [dependencies.modality-mutation-plane] version = "0.3" [dependencies.native-tls] version = "0.2.10" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "macros", "net", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tokio-util] version = "0.7.3" features = ["compat"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.1" features = ["serde"] [dependencies.uuid] version = "1" features = [ "std", "v4", "v5", "serde", ] default-features = false