# 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 = "scratchstack-http-framework" version = "0.1.2" authors = ["David Cuthbert "] description = "HTTP framework for Scratchstack services" homepage = "https://github.com/dacut/scratchstack" readme = "README.md" license = "MIT" repository = "https://github.com/dacut/scratchstack" [dependencies.async-trait] version = "^0.1" [dependencies.bytes] version = "^1.2" [dependencies.chrono] version = "^0.4" features = [ "clock", "std", ] default-features = false [dependencies.derive_builder] version = "^0.11" [dependencies.futures] version = "^0.3" [dependencies.http] version = "^0.2" [dependencies.http-body] version = "^0.4" [dependencies.hyper] version = "~0.14.20" features = [ "http1", "http2", "runtime", "server", "tcp", ] [dependencies.log] version = "^0.4" [dependencies.quick-xml] version = "^0.25" features = ["serialize"] [dependencies.rand] version = "^0.8" features = [ "std", "std_rng", ] [dependencies.rustls] version = "^0.20" [dependencies.scratchstack-arn] version = "^0.4" optional = true [dependencies.scratchstack-aws-principal] version = "^0.4" [dependencies.scratchstack-aws-signature] version = "^0.11.1-preview.4" [dependencies.scratchstack-errors] version = "^0.4" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.sqlx] version = "^0.6" features = [ "all-databases", "chrono", "runtime-tokio-rustls", ] optional = true [dependencies.tokio] version = "^1.21" features = [ "macros", "rt", ] [dependencies.tokio-rustls] version = "^0.23" [dependencies.tower] version = "^0.4" [dependencies.uuid] version = "^1.2" features = ["serde"] [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.hyper] version = "^0.14" features = [ "client", "server", "stream", "tcp", "http1", "http2", ] [dev-dependencies.pretty_assertions] version = "^1.3" [dev-dependencies.regex] version = "^1.6" [dev-dependencies.rusoto_core] version = "^0.48" [dev-dependencies.rusoto_credential] version = "^0.48" [dev-dependencies.rusoto_signature] version = "^0.48" [dev-dependencies.test-log] version = "^0.2" [features] gsk_direct = [ "scratchstack-arn", "sqlx", ]