# 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 = "sass-embedded-host-rust" version = "0.1.0" authors = ["ahabhgk "] include = [ "**/*.rs", "ext/sass/sass-embedded.proto", ] description = "A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass Protocol" documentation = "https://docs.rs/sass-embedded-host-rust" readme = "README.md" license = "MIT" repository = "https://github.com/ahabhgk/sass-embedded-host-rust" resolver = "2" [dependencies.atty] version = "0.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dashmap] version = "5" [dependencies.parking_lot] version = "0.12" [dependencies.prost] version = "0.11" [dependencies.regex] version = "1" optional = true [dependencies.rustc-hash] version = "1" [dependencies.serde_json] version = "1" optional = true [dependencies.url] version = "2" [dependencies.urlencoding] version = "2" optional = true [dev-dependencies.gag] version = "1" [dev-dependencies.pathdiff] version = "0.2" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [build-dependencies.prost-build] version = "0.11" [features] default = [] legacy = [ "dep:regex", "dep:serde_json", "dep:urlencoding", ]