# 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 = "glass-easel-stylesheet-compiler" version = "0.10.3" authors = ["LastLeaf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The stylesheet compiler of the glass-easel project." homepage = "https://github.com/wechat-miniprogram/glass-easel" documentation = "https://github.com/wechat-miniprogram/glass-easel" readme = "README.md" license = "MIT" repository = "https://github.com/wechat-miniprogram/glass-easel" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] name = "glass_easel_stylesheet_compiler" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "glass-easel-stylesheet-compiler" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.console_log] version = "0.2" [dependencies.cssparser] version = "0.34" [dependencies.env_logger] version = "0.9" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_json] version = "1" [dependencies.sourcemap] version = "6" [dependencies.urlencoding] version = "2" [dependencies.wasm-bindgen] version = "0.2" [features] default = ["js_bindings"] js_bindings = []