# 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 = "deno_ipcs" version = "0.2.0" authors = ["the Deno authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ipcs implementation for Deno" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno" [lib] name = "deno_ipcs" path = "lib.rs" [dependencies.async-channel] version = "2.3.1" [dependencies.deno_core] version = "0.308.0" [dependencies.pin-project] version = "1.0.11" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "=1.36.0" features = ["full"] [dependencies.tokio-util] version = "0.7.4" features = ["io"] [dependencies.uuid] version = "1.3.0" features = ["v4"]