tanxium 0.3.2

Embeddable JavaScript and TypeScript runtime with Yasumu APIs
# 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 = "tanxium"
version = "0.3.2"
build = false
include = [
    "src/**",
    "docs/**",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable JavaScript and TypeScript runtime with Yasumu APIs"
readme = "README.md"
keywords = [
    "deno",
    "javascript",
    "runtime",
    "typescript",
    "embedding",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "AGPL-3.0"
repository = "https://github.com/neplextech/yasumu"

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"

[dependencies.crossbeam-channel]
version = "0.5.13"

[dependencies.cuid2]
version = "=0.1.4"

[dependencies.deno_ast]
version = "0.53.2"
features = ["transpiling"]

[dependencies.deno_core]
version = "0.407.0"

[dependencies.deno_error]
version = "0.7.1"

[dependencies.deno_fs]
version = "0.164.0"

[dependencies.deno_resolver]
version = "0.85.0"

[dependencies.deno_runtime]
version = "0.262.0"
features = [
    "transpile",
    "snapshot",
]

[dependencies.deno_snapshots]
version = "0.69.0"

[dependencies.node_resolver]
version = "0.92.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sys_traits]
version = "0.1"

[dependencies.tokio]
version = "1.41.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "2.10.1"

[dependencies.urlencoding]
version = "2.1.3"