# 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 = "rusty_nodejs_repl" version = "0.2.1" description = "Run a Node.js Read Eval Print Loop from Rust" readme = "README.md" keywords = [ "nodejs", "repl", "interpreter", "testing", "javascript", ] categories = [ "development-tools::testing", "parser-implementations", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cowlicks/rusty_nodejs_repl" [dependencies.async-process] version = "2.2.4" [dependencies.derive_builder] version = "0.20.0" [dependencies.futures-lite] version = "2.3.0" [dependencies.serde_json] version = "1.0.125" [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4"