[package]
edition = "2024"
name = "nargo-style-processor"
version = "0.0.1"
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"
keywords = [
"style",
"css",
"nargo",
]
categories = [
"compilers",
"development-tools",
]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-style-processor"
resolver = "2"
[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.1"
[dependencies.notify]
version = "8.2.0"
[dependencies.oak-core]
version = "0.0.9"
[dependencies.oak-css]
version = "0.0.9"
[dependencies.oak-sass]
version = "0.0.9"
[dependencies.oak-scss]
version = "0.0.9"
[dependencies.oak-stylus]
version = "0.0.9"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]