# 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 = "v8vm" version = "0.0.1" description = "embedded v8" readme = "README.md" license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.62" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.http] version = "0.2.8" [dependencies.serde_json] version = "1.0.85" [dependencies.serde_v8] version = "0.60.0" [dependencies.tokio] version = "1.20.1" features = ["sync"] optional = true default-features = false [dependencies.tracing] version = "0.1.36" [dependencies.v8] version = "0.49.0" [dev-dependencies.reqwest] version = "0.11.11" features = ["rustls-tls"] default-features = false [dev-dependencies.serde] version = "1.0.144" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.10" [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.15" features = [ "env-filter", "tracing-log", ] [features] default = ["tokio"]