# 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 = "turf" version = "0.9.4" authors = ["myFavShrimp "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Build SCSS to CSS during compile time and inject those styles into your binary." documentation = "https://docs.rs/turf" readme = "README.md" keywords = [ "web", "CSS", "SCSS", "macro", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/myFavShrimp/turf" [lib] name = "turf" path = "src/lib.rs" [dependencies.turf_macros] version = "0.9.4"