Cargo.toml•883 B
[package]
name = "forevervm-sdk"
version = "0.1.35"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://forevervm.com/"
repository = "https://github.com/jamsocket/forevervm"
readme = "README.md"
description = "foreverVM SDK. Allows you to start foreverVMs and run a REPL on them."
[dependencies]
async-stream = "0.3.6"
chrono = { version = "0.4.39", features = ["serde"] }
futures-util = "0.3.31"
regex = "1.11.1"
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json", "stream"] }
rustls = "0.23.21"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
thiserror = "2.0.11"
tokio = "1.43.0"
tokio-tungstenite = { version = "0.26.1", features = ["rustls-tls-webpki-roots"] }
tracing = "0.1.41"
tungstenite = "0.26.1"
url = "2.5.4"
[dev-dependencies]
tokio = { version = "1.43.0", features = ["macros"] }