# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wishbone-tool" version = "0.7.9" authors = ["Sean Cross "] description = "A library and command line program to control a Wishbone bus of an embedded device" readme = "README.md" keywords = ["litex", "wishbone"] license = "Apache-2.0" repository = "https://github.com/litex-hub/wishbone-utils" [[bin]] name = "wishbone-tool" path = "crates/core/main.rs" [dependencies.bitflags] version = "1" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2" [dependencies.csv] version = "1.1" [dependencies.flexi_logger] version = "0" features = ["colors"] [dependencies.indicatif] version = "0.15.0" [dependencies.log] version = "0" [dependencies.rand] version = "0" [dependencies.terminal] version = "0.2.0" [dependencies.wishbone-bridge] version = "1" [badges.cirrus-ci] branch = "master" repository = "litex-hub/wishbone-utils" [badges.travis-ci] branch = "master" repository = "litex-hub/wishbone-utils"