# 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" version = "1.7.1" authors = ["myyrakle "] include = [ "src/lib.rs", "Cargo.toml", "docs", ] description = "static file serving router for axum server" homepage = "https://github.com/myyrakle/axum_static/blob/master/README.md" documentation = "https://github.com/myyrakle/axum_static/blob/master/README.md" readme = "README.md" keywords = [ "axum", "static", "file", "serve", ] license = "MIT" repository = "https://github.com/myyrakle/axum_static" [dependencies.axum] version = "0.7.4" [dependencies.tower-http] version = "0.5.1" features = ["fs"]