# 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-ingest-client" version = "0.4.0" description = "A client library for the modality ingest plane protocol." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.minicbor] version = "0.13.1" features = [ "std", "derive", "std", "derive", ] [dependencies.modality-api] version = "0.3.0" [dependencies.modality-auth-token] version = "0.2" [dependencies.modality-ingest-protocol] version = "0.3" [dependencies.modality-reflector-config] version = "0.4" [dependencies.native-tls] version = "0.2.10" [dependencies.ordered-float] version = "3.7.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "time", "io-util", "fs", ] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.1" features = ["serde"] [dependencies.uuid] version = "1" features = [ "std", "v4", "v5", "serde", "v4", ] default-features = false