# 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_static_macro" version = "1.2.1" description = "A macro to serve static files from the binary in Axum, and a list of content types for them" readme = "README.md" keywords = [ "axum", "macro", "static_files", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/randomairborne/axum_static_macro" [dependencies] [dev-dependencies.axum] version = "0.5" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "fs", ]