[package]
edition = "2021"
name = "nargo-style-processor"
version = "0.0.0"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo style processor"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-style-processor"
readme = "README.md"
categories = [
"compilers",
"development-tools",
]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-style-processor"
[lib]
name = "nargo_style_processor"
path = "src/lib.rs"
[[test]]
name = "style_processor_test"
path = "tests/style_processor_test.rs"
[dependencies.nargo-types]
version = "0.0.0"
[dependencies.notify]
version = "8.2.0"
[dependencies.oak-core]
version = "0.0.7"
[dependencies.oak-sass]
version = "0.0.7"
[dependencies.oak-scss]
version = "0.0.7"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]