# 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 = "axum-embed" version = "0.1.0" authors = ["Yasunobu Okamura"] description = "Serve embedded files with axum" homepage = "https://github.com/informationsea/axum-embed" readme = "README.md" license = "MIT" repository = "https://github.com/informationsea/axum-embed" [dependencies.axum-core] version = "0.4" [dependencies.chrono] version = "0.4.31" [dependencies.http] version = "1" [dependencies.mime_guess] version = "2" [dependencies.rust-embed] version = "8" [dependencies.tower-service] version = "0.3" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.axum] version = "0.7.2" [dev-dependencies.clap] version = "4.4.11" features = ["derive"] [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.tokio] version = "1.35.0" features = ["full"] [dev-dependencies.tower] version = "0.4.13" [dev-dependencies.tower-http] version = "0.5.0" features = ["full"]