# 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" rust-version = "1.70" name = "include_sass" version = "0.13.4" authors = ["Connor Skees <39542938+ConnorSkees@users.noreply.github.com>"] include = [ "src", "Cargo.toml", "../README.md", "../CHANGELOG.md", "../LICENSE", ] description = "Internal implementation of the grass::include! macro" readme = "README.md" keywords = [ "scss", "sass", "css", "web", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/connorskees/grass" resolver = "1" [lib] proc-macro = true [dependencies.grass_compiler] version = "=0.13.4" [dependencies.quote] version = "1.0.23" default-features = false [dependencies.syn] version = "2" default-features = false [features] nightly = []