# 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-sdk" version = "0.1.46" authors = [ "FL03 ", "Joe McCain III ", ] publish = true description = "Acme is a complete application toolkit for creating enterprise-grade application within Rust." homepage = "https://scattered-systems.github.io/acme" readme = "README.md" keywords = [ "api", "async", "cli", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/scattered-systems/acme.git" resolver = "2" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true split-debuginfo = "..." debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "s" lto = false codegen-units = 16 debug = false split-debuginfo = "..." debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "acme" bench = false [dependencies.acme-derive] version = "0.1.45" optional = true [dependencies.acme-macros] version = "0.1.45" optional = true [dependencies.async-trait] version = "0.1.56" [dependencies.axum] version = "0.5.11" features = ["headers"] [dependencies.bson] version = "2.3.0" features = [ "chrono-0_4", "serde_with", ] [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.config] version = "0.13.1" [dependencies.glob] version = "0.3.0" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.19" features = ["full"] [dependencies.reqwest] version = "0.11.11" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.3.4" features = [ "compression-br", "propagate-header", "sensitive-headers", "trace", ] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" [features] default = [] derive = ["acme-derive"] full = [ "derive", "macros", ] macros = ["acme-macros"]