[package]
edition = "2024"
name = "interstice-cli"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools to run and manage Interstice nodes and modules"
readme = "README.md"
keywords = [
"interstice",
"cli",
"wasm",
"runtime",
]
license = "MIT"
repository = "https://github.com/naloween/interstice"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "interstice_cli"
path = "src/lib.rs"
[[bin]]
name = "interstice"
path = "src/main.rs"
[dependencies.directories]
version = "6.0.0"
[dependencies.interstice-core]
version = "0.4.0"
[dependencies.self_update]
version = "0.41.0"
features = [
"archive-tar",
"archive-zip",
"compression-flate2",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.49"
features = ["full"]
[dependencies.toml]
version = "0.9"
[dependencies.uuid]
version = "1.20.0"
features = ["v4"]