sftool 0.2.1

SiFli SoC serial utility command-line tool
# 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 = "sftool"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SiFli SoC serial utility command-line tool"
documentation = "https://docs.rs/sftool"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/OpenSiFli/sftool"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.indicatif]
version = "0.17.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serialport]
version = "4.7.0"

[dependencies.sftool-lib]
version = "0.2.0-rc.1"
features = ["cli"]

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.tempfile]
version = "3.17.1"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]