# 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 = "rocket-sass-fairing" version = "0.1.1" authors = ["Gabriel Fontes "] description = "A rocket fairing for easily serving compiled sass with cache policy" readme = "README.md" keywords = ["rocket", "sass", "fairing"] categories = ["development-tools", "web-programming"] license = "MIT" repository = "https://github.com/misterio77/rocket-sass-fairing" [dependencies.grass] version = "0.10" default-features = false [dependencies.normpath] version = "0.3" [dependencies.rocket] version = "0.5.0-rc.1"