interstice-cli 0.4.2

Command-line tools to run and manage Interstice nodes and modules
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 = "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"]