[dependencies.chrono]
features = ["serde"]
version = "0.4.39"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12.12"
[dependencies.rustls]
version = "0.23.21"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.137"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
version = "1.43.0"
[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.26.1"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tungstenite]
version = "0.26.1"
[dependencies.url]
version = "2.5.4"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.43.0"
[lib]
name = "forevervm_sdk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "foreverVM SDK. Allows you to start foreverVMs and run a REPL on them."
edition = "2021"
homepage = "https://forevervm.com/"
license = "MIT OR Apache-2.0"
name = "forevervm-sdk"
readme = "README.md"
repository = "https://github.com/jamsocket/forevervm"
version = "0.1.13"
[[test]]
name = "basic_sdk_tests"
path = "tests/basic_sdk_tests.rs"