# 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-network" version = "0.2.0" authors = [ "FL03 ", "Joe McCain III ", ] publish = true description = "A client library for the Scattered Systems Ecosystem" homepage = "https://scattered-systems.github.io/acme" keywords = [ "async", "client", "blockchain", "scsys", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/scattered-systems/acme.git" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.async-trait] version = "0.1.56" [dependencies.axum] version = "0.5.13" features = ["headers"] [dependencies.bson] version = "2.3.0" features = [ "chrono-0_4", "serde_with", ] [dependencies.chrono] version = "0.4.19" [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.scsys] version = "0.1.9" features = ["full"] optional = false [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"