# 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 = "rspack_style" version = "0.1.16" include = [ "**/*.rs", "js-lib/**/*.js", "js-lib/*.js", "js-lib/**/*.js.map", "Cargo.toml", ] description = "a rust toolkit bundled for front-end style files" readme = "../../readme.md" keywords = [ "style", "less", "css", "rust-toolkit", ] license = "MIT" repository = "https://github.com/zhusjfaker/rust-less.git" [lib] bench = false [[bench]] name = "arco" harness = false [[bench]] name = "parse" harness = false [dependencies.fasteval] version = "0.2.4" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.74" [dependencies.smol_str] version = "0.1.23" [dependencies.strum] version = "0.23" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.uuid] version = "1.0.0" features = [ "serde", "v4", "fast-rng", ] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.derivative] version = "2.2.0" [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.tokio] version = "1.15.0" features = ["full"]