# 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 = "js_sidecar" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run a pool of JavaScript engines" homepage = "https://github.com/dimfeld/js_sidecar" documentation = "https://docs.rs/js_sidecar" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/dimfeld/js_sidecar" [lib] name = "js_sidecar" path = "src/lib.rs" bench = false [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.deadpool] version = "0.12.1" [dependencies.futures] version = "0.3.30" [dependencies.nix] version = "0.29.0" features = ["signal"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.36.0" features = [ "io-util", "fs", "macros", "net", "process", "rt", "sync", "time", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" features = [ "async_tokio", "tokio", ] [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "test-util", ]