# 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 = "aether-sdk" version = "0.1.1" authors = [ "FL03 ", "Scattered-Systems (https://scattered-systems.com)", ] description = "Aether is a next generation EVM Native Multi-Chain engineered for optimal preformance and the highest security" homepage = "https://scattered-systems.github.io/aether/" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/aether" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "aether" bench = false [dependencies.acme] version = "0.1.48" features = ["full"] [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.scsys] version = ">=0.1.4" features = ["full"] [dependencies.serde] version = "1.0.139" 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" [dev-dependencies] [build-dependencies] [features] default = [] full = []