# 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_compiler" version = "0.13.4" authors = ["Connor Skees <39542938+ConnorSkees@users.noreply.github.com>"] description = "Internal implementation of the grass compiler" readme = "README.md" keywords = [ "scss", "sass", "css", "web", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/connorskees/grass" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "grass_compiler" path = "src/lib.rs" bench = false [dependencies.codemap] version = "0.1.3" [dependencies.indexmap] version = "2" [dependencies.lasso] version = "0.7" [dependencies.once_cell] version = "1.15.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.rand] version = "0.8" optional = true [dependencies.wasm-bindgen] version = "0.2.68" optional = true [features] custom-builtin-fns = [] default = [ "random", "custom-builtin-fns", ] random = ["rand"] wasm-exports = ["wasm-bindgen"]