# 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 = "sass-rocket-fairing" version = "0.2.0" authors = ["SyedAhkam smahkam57@gmail.com"] description = "A rocket fairing to compile sass files automagically on change ✨" readme = "README.md" keywords = [ "rocket", "sass", "fairing", ] categories = [ "development-tools", "web-programming", ] license = "MIT" repository = "https://github.com/SyedAhkam/sass-rocket-fairing" [dependencies.normpath] version = "0.3.0" [dependencies.notify] version = "4.0.17" [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.rsass] version = "0.25.2" [dependencies.walkdir] version = "2.3.2"