# 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 = "doji" version = "0.0.1" authors = ["Tristan Isham"] exclude = [ "/lib", ".vscode", ".github", ] description = "Doji is a Typescript and JavaScript runtime based on Deno." readme = "README.md" keywords = [ "JavaScript", "TypeScript", "Runtime", "cli", "Enterprise", ] categories = [ "development-tools", "command-line-utilities", "compilers", "webassembly", "web programming", ] license = "MIT" repository = "https://github.com/teriyaki-bytes/doji" [dependencies.anyhow] version = "1.0.68" features = ["backtrace"] [dependencies.deno_ast] version = "0.23.2" features = [ "transpiling", "typescript", "cjs", "swc_bundler", "scopes", "bundler", "compat", "dep_graph", ] [dependencies.deno_core] version = "0.167.0" [dependencies.deno_ops] version = "0.45.0" [dependencies.hashbrown] version = "0.13.2" features = [ "serde", "rayon", ] [dependencies.rayon] version = "1.6.1" [dependencies.tokio] version = "1.24.2" features = ["full"]