# 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 = "2018" name = "docktor-api" version = "0.35.2" authors = ["Matteo Bigoi "] description = "Autogenerate Docktor API service model" license = "Apache-2.0" [dependencies.async-trait] version = "0.1" [dependencies.aws-smithy-http] version = "0.35.2" [dependencies.aws-smithy-http-server] version = "0.35.2" [dependencies.aws-smithy-json] version = "0.35.2" [dependencies.aws-smithy-types] version = "0.35.2" [dependencies.axum-core] version = "0.1" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.pin-project-lite] version = "0.2" [dependencies.tower] version = "0.4" [features] default = ["rt-tokio"] rt-tokio = ["aws-smithy-http/rt-tokio"]