mecha10-node-resolver 0.1.47

Lightweight runtime resolver for downloading and spawning mecha10 framework nodes
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 = "2021"
name = "mecha10-node-resolver"
version = "0.1.47"
authors = ["Mecha10 Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight runtime resolver for downloading and spawning mecha10 framework nodes"
readme = false
license = "MIT"
repository = "https://github.com/mecha10/mecha10"

[features]
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1.36"
features = [
    "process",
    "fs",
    "io-util",
    "sync",
]

[dependencies.tracing]
version = "0.1"