# 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 = "grass" version = "0.13.4" authors = ["Connor Skees <39542938+ConnorSkees@users.noreply.github.com>"] include = [ "src", "Cargo.toml", "README.md", "CHANGELOG.md", "Cargo.lock", "LICENSE", ] default-run = "grass" description = "A Sass compiler written purely in Rust" readme = "README.md" keywords = [ "scss", "sass", "css", "web", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT" repository = "https://github.com/connorskees/grass" resolver = "1" [package.metadata.docs.rs] features = ["macro"] rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "grass" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" bench = false [[bin]] name = "grass" path = "src/main.rs" required-features = ["commandline"] [dependencies.clap] version = "4.3.10" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.grass_compiler] version = "=0.13.4" default-features = false [dependencies.include_sass] version = "0.13.4" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.paste] version = "1.0.3" [dev-dependencies.tempfile] version = "3.3.0" [features] commandline = ["clap"] default = [ "commandline", "random", ] macro = ["include_sass"] nightly = ["include_sass/nightly"] random = ["grass_compiler/random"] wasm-exports = [ "grass_compiler/wasm-exports", "wasm-bindgen", ]