# 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 = "acme-gateways" version = "0.2.4" authors = ["FL03 (https://github.com/FL03)"] description = "acme" homepage = "https://github.com/FL03/acme/wiki" keywords = ["scsys"] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/acme" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.6.0" features = [ "headers", "http2", "macros", "ws", ] [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.23" features = ["full"] [dependencies.lru] version = "0.8.1" [dependencies.rust-s3] version = "0.32.3" features = ["with-tokio"] [dependencies.scsys] version = "0.1.38" features = ["full"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.22.0" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.3.4" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]