# 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 = "serve_embed" version = "0.1.0" description = "serve embedded file with axum" readme = "README.md" license = "MIT" [dependencies.axum] version = "0.6" [dependencies.bytes] version = "1.4" [dependencies.derivative] version = "2.2" [dependencies.fly-accept-encoding] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.http-range-header] version = "0.3" [dependencies.httpdate] version = "1.0" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.rust-embed] version = "6.6" features = ["mime-guess"] [dependencies.tokio] version = "1.6" features = ["full"] [dependencies.tower] version = "0.4" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.ctrlc] version = "3.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.reqwest] version = "0.11"