# 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 = "node-workers" version = "0.8.0" authors = ["Cyriac "] description = "A pool of long-lived nodejs workers" documentation = "https://docs.rs/node_workers" keywords = [ "nodejs", "js", "worker", "pool", "process", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/CyriacBr/node-workers" resolver = "2" [profile.release] lto = true [lib] crate-type = ["lib"] [[bench]] name = "bench" harness = false [[bench]] name = "timing" harness = false [dependencies.anyhow] version = "1.0.56" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.shell-words] version = "1.1.0" [dev-dependencies.benchman] version = "0.2.6" [dev-dependencies.criterion] version = "0.3"