hxcfe_cli 0.3.0

(partial) reimplementation of the hxcfe command line tool. Unfinished work, contributions are welcomed.
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 = "hxcfe_cli"
version = "0.3.0"
authors = ["Romain Giot <giot.romain@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(partial) reimplementation of the hxcfe command line tool. Unfinished work, contributions are welcomed."
readme = "Readme.md"
license = "GPL-3.0-only"
repository = "https://github.com/cpcsdk/hxcfe_rs"
resolver = "2"

[features]
default = []
usb = ["hxcfe/usb"]

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.fs-err]
version = "3.0"

[dependencies.hxcfe]
version = "0.3.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.fs-err]
version = "3.0"

[dev-dependencies.md5]
version = "0.7"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.13"

[dev-dependencies.zip]
version = "2.2"