# 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 = "raffia" version = "0.9.1" authors = ["Pig Fang "] build = false exclude = ["/tests"] 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" [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.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "1.13" features = ["const_generics"] [dev-dependencies.codespan-reporting] version = "0.11" [dev-dependencies.insta] version = "1.39" features = [ "glob", "ron", ] [dev-dependencies.serde_json] version = "1.0" [features] config_serde = ["serde"] serialize = [ "serde", "smallvec/serde", ]