# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actori-web-static-files" version = "0.3.0" authors = ["Christian Haynes <06chaynes@gmail.com>", "Alexander Korolev "] build = "build.rs" description = "actori-web static files as resources support.\n" homepage = "https://github.com/actori/actori-web-static-files" readme = "README.md" keywords = ["actori", "http", "web", "static"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "Unlicense OR MIT" repository = "https://github.com/actori/actori-web-static-files" [dependencies.actori-service] version = "1.0" [dependencies.actori-web] version = "2.0" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.path-slash] version = "0.1" [build-dependencies.actori-service] version = "1.0" [build-dependencies.actori-web] version = "2.0" [build-dependencies.failure] version = "0.1" [build-dependencies.futures] version = "0.3" [build-dependencies.mime_guess] version = "2.0" [build-dependencies.path-slash] version = "0.1"