# 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" rust-version = "1.64" name = "assemble-js" version = "0.2.0" authors = ["Joshua Radin "] description = "used for running assemble with js backend" homepage = "https://joshradin.github.io/assemble-rs/" readme = "README.md" keywords = [ "buildtool", "dev", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshradin/assemble-rs" resolver = "1" [lib] path = "src/rust/lib.rs" [dependencies.assemble-core] version = "0.2.0" features = ["derive"] [dependencies.assemble-std] version = "0.2.0" features = ["core"] [dependencies.include_dir] version = "0.7.2" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.regex] version = "1.7.0" [dependencies.rquickjs] version = "0.1.7" features = [ "macro", "parallel", ] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.simple_logger] version = "4.0.0" [build-dependencies.npm_rs] version = "1.0.0"