# 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 = "procss" version = "0.1.16" authors = ["Andrew Stein "] description = "A simple CSS parsing and transformation framework." readme = "README.md" keywords = [ "compiler", "web", "css", ] license = "Apache-2.0" repository = "https://github.com/ProspectiveCo/procss" [profile.release] lto = true codegen-units = 1 [lib] name = "procss" path = "src/lib.rs" bench = false [[bin]] name = "procss" path = "src/main.rs" bench = false [[bench]] name = "basic" harness = false [dependencies.anyhow] version = "1.0.56" [dependencies.base64] version = "0.13.1" [dependencies.mockall] version = "0.11.3" [dependencies.nom] version = "7.1.1" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] iotest = [] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen] version = "0.4.5" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.83" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.60" features = ["console"]