ecpdap 0.4.0

Program ECP5 FPGAs using CMSIS-DAP probes
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 = "2018"
name = "ecpdap"
version = "0.4.0"
authors = ["Adam Greig <adam@adamgreig.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Program ECP5 FPGAs using CMSIS-DAP probes"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/adamgreig/ecpdap"

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

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

[dependencies.anyhow]
version = "1.0.65"

[dependencies.clap]
version = "4.0.7"
features = [
    "cargo",
    "unicode",
]

[dependencies.clap-num]
version = "1.0.0"

[dependencies.env_logger]
version = "0.9.1"

[dependencies.indicatif]
version = "0.17.0"

[dependencies.jtagdap]
version = "0.1.1"

[dependencies.log]
version = "0.4.17"

[dependencies.num_enum]
version = "0.5.7"

[dependencies.spi-flash]
version = "0.3.0"

[dependencies.thiserror]
version = "1.0.37"