# 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 = "2018" name = "glass-easel-template-compiler" version = "0.11.0" authors = ["LastLeaf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The template 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" resolver = "2" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] name = "glass_easel_template_compiler" crate-type = [ "cdylib", "rlib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "glass-easel-template-compiler" path = "src/main.rs" [[test]] name = "group" path = "tests/group.rs" [[test]] name = "script" path = "tests/script.rs" [dependencies.cbindgen] version = "0.21" optional = true [dependencies.clap] version = "2" [dependencies.compact_str] version = "0.7" [dependencies.console_log] version = "0.2" [dependencies.entities] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.js-sys] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "^1.10.4" [dependencies.serde] version = "1" [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.serde_json] version = "1" [dependencies.sourcemap] version = "7.0.1" [dependencies.wasm-bindgen] version = "0.2.79" [features] c_bindings = ["cbindgen"] default = [ "js_bindings", "c_bindings", ] js_bindings = []