# 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-plugin-utils" version = "0.3.0" description = "Various helpful utilities for writing modality-reflector plugins." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.clap] version = "4.3" features = [ "color", "derive", "env", ] [dependencies.exitcode] version = "1.1.2" [dependencies.futures] version = "0.3.21" [dependencies.modality-auth-token] version = "0.2" [dependencies.modality-reflector-config] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "time", "tracing", "net", "signal", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-modality] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "tracing-log", ] [dependencies.url] version = "2.1" features = ["serde"] [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.26.2"