raffia 0.12.3

One parser for CSS/SCSS/Sass/Less.
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 = "2024"
name = "raffia"
version = "0.12.3"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
exclude = ["/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One parser for CSS/SCSS/Sass/Less."
readme = "README.md"
license = "MIT"
repository = "https://github.com/g-plane/raffia"

[features]
config_serde = ["serde"]
serialize = [
    "serde",
    "smallvec/serde",
]
span_ignored_eq = []
variant_helpers = []

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

[[example]]
name = "comments"
path = "examples/comments.rs"

[[example]]
name = "json"
path = "examples/json.rs"

[[example]]
name = "print_ast"
path = "examples/print_ast.rs"

[dependencies.raffia_macro]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "1.15"
features = ["const_generics"]

[dev-dependencies.codespan-reporting]
version = "0.13"

[dev-dependencies.insta]
version = "1.47"
features = [
    "glob",
    "ron",
]

[dev-dependencies.serde_json]
version = "1.0"