# 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_unsync" version = "0.4.1" authors = ["the Deno authors"] description = "A collection of adapters to make working with Tokio single-threaded runtimes easier" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_unsync" [lib] name = "deno_unsync" [dependencies.parking_lot] version = "0.12.3" [dependencies.tokio] version = "1" features = ["rt"] optional = true [dev-dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", "sync", ] [features] default = ["tokio"] tokio = ["dep:tokio"]