o- 0.4.1

Multi-Engine JavaScript Runtime
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 = "o-"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-Engine JavaScript Runtime"
homepage = "https://o-docs.vercel.app"
documentation = "https://docs.rs/o-"
readme = "README.md"
license = "WTFPL"
repository = "https://github.com/Synth1105/o-"

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

[[bin]]
name = "o-"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.flate2]
version = "1.1.9"

[dependencies.home]
version = "0.5.12"

[dependencies.nodejs-semver]
version = "4.2.0"

[dependencies.o-core]
version = "0.4.1"

[dependencies.o-toolchain-spidermonkey]
version = "0.4.1"

[dependencies.o-toolchain-v8]
version = "0.4.1"

[dependencies.package-json]
version = "0.5.0"

[dependencies.reqwest]
version = "0.13.3"
features = ["blocking"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.ssri]
version = "9.2.0"

[dependencies.tar]
version = "0.4.46"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.2"

[dependencies.zip]
version = "8.6.0"

[target.'cfg(target_os = "macos")'.dependencies.o-toolchain-javascriptcore]
version = "0.4.1"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = true