# 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" rust-version = "1.75" name = "ewe_devserver" version = "0.0.2" authors = ["EweStudios Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The devserver implementation that allows easy wrapping of a reverse proxy server" readme = "README.md" keywords = [ "ewe_platform", "ewestudios-platform", "ewestudios_platform", ] license = "Apache-2.0" repository = "https://github.com/ewe-studios/ewe_platform" [lib] name = "ewe_devserver" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.async-trait] version = "0.1.82" [dependencies.axum] version = "0.7.5" [dependencies.bytes] version = "1.6.1" [dependencies.crossbeam] version = "0.8" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.ewe_trace] version = "0.0.1" features = ["standard"] [dependencies.ewe_watch_utils] version = "0.0.1" [dependencies.futures] version = "0.3" [dependencies.h2] version = "0.4" [dependencies.h3] version = "0.0.6" [dependencies.http] version = "1.1" [dependencies.http-body] version = "1.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["full"] [dependencies.hyper-util] version = "0.1.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_with] version = "3.6.1" [dependencies.tokio] version = "1.36" features = [ "io-util", "full", ] [dependencies.tokio-stream] version = "0.1.16" features = ["sync"] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [features] [lints.clippy] blocks_in_conditions = "allow" items-after-statements = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" no-effect-underscore-binding = "allow" pedantic = "warn"