[[test]]
name = "main"
path = "tests/main.rs"
[dependencies.aok]
version = "0.1.11"
[dependencies.boa_engine]
version = "0.18.0"
[dependencies.boa_runtime]
version = "0.18.0"
[dependencies.thiserror]
version = "1.0.60"
[dependencies.tracing]
version = "0.1.40"
[dependencies.xerr]
version = "0.1.11"
[dev-dependencies.anyhow]
version = "1.0.83"
[dev-dependencies.aok]
version = "0.1.11"
[dev-dependencies.loginit]
version = "0.1.10"
[dev-dependencies.static_init]
version = "1.0.3"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]
version = "1.37.0"
[dev-dependencies.tracing]
version = "0.1.40"
[lib]
name = "bjs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "bjs"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/bjs"
license = "Apache-2.0"
name = "bjs"
readme = "README.md"
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true