den-stdlib-io 0.4.0

Generic IO for den
Documentation
# 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 = "den-stdlib-io"
version = "0.4.0"
authors = ["Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic IO for den"
readme = "README.md"
keywords = [
    "javascript",
    "quickjs",
    "tokio",
    "typescript",
    "swc",
]
license = "MIT"
repository = "https://github.com/stevefan1999-personal/den"

[lib]
name = "den_stdlib_io"
path = "src/lib.rs"

[dependencies.derive_more]
version = "1.0.0"
features = [
    "deref_mut",
    "deref",
    "from",
    "into",
    "display",
    "from",
    "error",
    "debug",
]

[dependencies.either]
version = "1.13.0"

[dependencies.rquickjs]
version = "0.8.1"
features = [
    "full-async",
    "rust-alloc",
    "parallel",
    "indexmap",
    "either",
    "dump-leaks",
    "macro",
    "futures",
]

[dependencies.tokio]
version = "1.42.0"
features = [
    "net",
    "io-util",
    "sync",
]