elytra-cli 0.2.0

command line tools for interacting with elytra devices
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 = "elytra-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "command line tools for interacting with elytra devices"
homepage = "https://github.com/piksel/elytra"
readme = "README.md"
license = "MIT"
repository = "https://github.com/piksel/elytra"

[features]
default = ["wasmi"]
wasmi = ["dep:wasmi"]
wasmtime = ["dep:wasmtime"]

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

[[bin]]
name = "elytra"
path = "src/bin/elytra.rs"

[[bin]]
name = "elytra-server"
path = "src/bin/elytra-server.rs"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.elytra-conf]
version = "0.2.0"

[dependencies.itertools]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.wasmi]
version = "1.0.3"
features = ["std"]
optional = true

[dependencies.wasmtime]
version = "39.0.1"
features = [
    "runtime",
    "cranelift",
]
optional = true
default-features = false