# 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 = "covert-framework" version = "0.1.3" description = "Covert framework for implementing backends" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.covert-storage] version = "0.1.3" [dependencies.covert-types] version = "0.1.3" [dependencies.futures] version = "0.3" default-features = false [dependencies.hyper] version = "0.14" default-features = false [dependencies.matchit] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" default-features = false [dependencies.serde_qs] version = "0.10" default-features = false [dependencies.tokio] version = "1.23" features = ["sync"] [dependencies.tower] version = "0.4" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.1"