selium-remote-cli 0.3.0

Selium module for supporting remote clients
# 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 = "selium-remote-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Selium module for supporting remote clients"
homepage = "https://selium.com"
readme = "README.md"
keywords = [
    "client",
    "module",
    "remote",
    "selium",
]
categories = [
    "development-tools",
    "virtualization",
    "wasm",
]
license = "MPL-2.0"
repository = "https://github.com/seliumlabs/selium-modules"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/remote-client-{ version }/{ name }-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/remote-client-{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/remote-client-{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

[[bin]]
name = "selium"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "help",
    "std",
]
default-features = false

[dependencies.futures]
version = "0.3"
features = [
    "alloc",
    "std",
]
default-features = false

[dependencies.selium-remote-client]
version = "0.3.0"

[dependencies.selium-userland]
version = "1.0.0-alpha.3"
default-features = false

[dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "env-filter",
    "fmt",
    "json",
    "std",
]
default-features = false