libdeno 0.1.3

Embed the Deno runtime in Rust with direct npm: specifier support
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"
rust-version = "1.95"
name = "libdeno"
version = "0.1.3"
authors = ["Zhenxing Sun <zhenxing.sun@irootech.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed the Deno runtime in Rust with direct npm: specifier support"
documentation = "https://docs.rs/libdeno"
readme = "README.md"
keywords = [
    "deno",
    "runtime",
    "embed",
    "npm",
    "javascript",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/agentsyaml/libdeno"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = ["snapshot"]
snapshot = [
    "dep:deno_runtime",
    "dep:deno_core",
]

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

[[bin]]
name = "child_host"
path = "src/bin/child_host.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.deno_cache_dir]
version = "0.49.0"

[dependencies.deno_config]
version = "0.107.0"

[dependencies.deno_core]
version = "0.410.0"
features = [
    "v8",
    "reactor-tokio",
    "v8_use_custom_libcxx",
]

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_features]
version = "0.54.0"

[dependencies.deno_fs]
version = "0.167.0"

[dependencies.deno_graph]
version = "0.110.1"

[dependencies.deno_media_type]
version = "0.4.0"
features = ["module_specifier"]

[dependencies.deno_npm]
version = "0.69.0"

[dependencies.deno_npm_cache]
version = "0.76.0"

[dependencies.deno_npm_installer]
version = "0.52.0"

[dependencies.deno_npmrc]
version = "0.18.0"

[dependencies.deno_resolver]
version = "0.88.0"
features = [
    "graph",
    "deno_ast",
]

[dependencies.deno_runtime]
version = "0.265.0"
features = ["transpile"]

[dependencies.deno_semver]
version = "0.10.0"

[dependencies.getrandom]
version = "0.2"

[dependencies.http]
version = "1"

[dependencies.node_resolver]
version = "0.95.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls-native-roots",
    "gzip",
    "brotli",
    "stream",
    "http2",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sys_traits]
version = "0.1.28"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "sync",
    "process",
]

[dependencies.url]
version = "2"

[build-dependencies.deno_core]
version = "0.410.0"
features = [
    "v8",
    "reactor-tokio",
    "v8_use_custom_libcxx",
]
optional = true

[build-dependencies.deno_runtime]
version = "0.265.0"
features = ["snapshot"]
optional = true

[profile.release]
debug = 0