# 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-reflector-config" version = "0.4.0" description = " A format definition and parser for the `modality-reflector`, to be used by custom reflector plugins that can be hosted within the reflector itself." homepage = "https://auxon.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/auxoncorp/modality-sdk" [dependencies.dirs] version = "4.0.0" [dependencies.lazy_static] version = "1.4" [dependencies.modality-api] version = "0.3.0" [dependencies.modality-auth-token] version = "0.2" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.1" features = ["serde"] [dev-dependencies.tempfile] version = "3.1.0"