rsass 0.29.2

Sass implementation in pure rust (not complete yet)
Documentation
# 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.65.0"
name = "rsass"
version = "0.29.2"
authors = ["Rasmus Kaj <rasmus@krats.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sass implementation in pure rust (not complete yet)"
documentation = "https://docs.rs/rsass"
readme = "README.md"
keywords = [
    "scss",
    "sass",
    "css",
    "web",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kaj/rsass"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "rsass"
path = "src/lib.rs"

[[test]]
name = "misc"
path = "tests/misc/main.rs"

[[test]]
name = "spec"
path = "tests/spec/main.rs"

[dependencies.arc-swap]
version = "1.5.0"

[dependencies.fastrand]
version = "2.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.nom]
version = "8.0"

[dependencies.nom-language]
version = "0.1.0"

[dependencies.tracing]
version = "0.1.34"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3.11"