monsoon-cli 0.2.2

Headless command-line interface for the Monsoon NES emulator
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 = "monsoon-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless command-line interface for the Monsoon NES emulator"
readme = "README.md"
keywords = [
    "nes",
    "emulator",
    "nintendo",
]
categories = [
    "emulators",
    "game-development",
]
license = "Apache-2.0"
repository = "https://github.com/EmIsGreat/Monsoon-Emulator"

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

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

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "cargo",
    "env",
    "string",
    "unicode",
    "wrap_help",
]

[dependencies.image]
version = "0.25"

[dependencies.monsoon-core]
version = "0.2.2"

[dependencies.monsoon-default-renderers]
version = "0.2.2"

[dependencies.postcard]
version = "1.1"
features = ["use-std"]

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "1.1"
features = ["fast_hash"]