# 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 = "2018" name = "static-files" version = "0.2.4" authors = ["Alexander Korolev "] description = """ The library to help automate static resource collection. """ homepage = "https://github.com/static-files-rs/static-files" readme = "README.md" keywords = [] categories = [] license = "Unlicense OR MIT" repository = "https://github.com/static-files-rs/static-files" [dependencies.change-detection] version = "1.2" optional = true [dependencies.mime_guess] version = "2.0" [dependencies.path-slash] version = "0.1" [build-dependencies.change-detection] version = "1.2" optional = true [build-dependencies.mime_guess] version = "2.0" [build-dependencies.path-slash] version = "0.1" [features] default = ["change-detection"]