# 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 = "signway-server" version = "0.5.0" description = "A gateway for redirecting authentic signed URLs to the requested API" license = "AGPL-3.0-only" [dependencies.anyhow] version = "^1.0.71" [dependencies.async-trait] version = "^0.1.68" [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3.29" [dependencies.hex] version = "^0.4.3" [dependencies.hmac] version = "^0.12.1" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "^1.0.1" features = ["full"] [dependencies.hyper-tls] version = "0.6.0" [dependencies.hyper-util] version = "0.1.1" features = ["full"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.percent-encoding] version = "^2.2.0" [dependencies.serde] version = "^1.0.163" features = ["derive"] [dependencies.serde_json] version = "^1.0.96" [dependencies.sha2] version = "^0.10.6" [dependencies.time] version = "^0.3.6" features = [ "formatting", "macros", "parsing", ] [dependencies.tokio] version = "^1.34.0" features = ["full"] [dependencies.tracing] version = "^0.1.37" [dependencies.url] version = "^2.3.1" [dev-dependencies.lazy_static] version = "^1.4.0" [dev-dependencies.reqwest] version = "^0.11.22" features = ["json"]