deno_lib 0.63.0

Shared code between the Deno CLI and denort
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 = "2024"
name = "deno_lib"
version = "0.63.0"
authors = ["the Deno authors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared code between the Deno CLI and denort"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_lib"
path = "lib.rs"

[dependencies.arc-swap]
version = "1.7"

[dependencies.aws-lc-rs]
version = "1.16.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.boxed_error]
version = "0.2.3"

[dependencies.capacity_builder]
version = "0.5.0"

[dependencies.deno_bundle_runtime]
version = "0.32.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_fs]
version = "0.155.0"
features = ["sync_fs"]

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

[dependencies.deno_node]
version = "0.183.0"
features = ["sync_fs"]

[dependencies.deno_npm]
version = "0.57.0"

[dependencies.deno_npm_installer]
version = "0.40.0"

[dependencies.deno_path_util]
version = "=0.6.4"

[dependencies.deno_resolver]
version = "0.76.0"
features = ["sync"]

[dependencies.deno_runtime]
version = "0.253.0"

[dependencies.deno_semver]
version = "=0.9.1"

[dependencies.deno_terminal]
version = "=0.2.3"

[dependencies.env_logger]
version = "=0.11.6"

[dependencies.faster-hex]
version = "0.10.0"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.libsui]
version = "0.12.6"

[dependencies.log]
version = "0.4.28"
features = [
    "kv",
    "serde",
]

[dependencies.node_resolver]
version = "0.83.0"
features = ["sync"]

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.serde]
version = "1.0.149"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.85"

[dependencies.sys_traits]
version = "=0.1.27"
features = ["getrandom"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.twox-hash]
version = "=2.1.0"
features = [
    "std",
    "xxhash64",
]
default-features = false

[dependencies.url]
version = "2.5"
features = [
    "serde",
    "expose_internals",
]

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2.168"