wishbone-bridge 1.1.0

A library to control Wishbone devices
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 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-bridge"
version = "1.1.0"
authors = ["Sean Cross <sean@xobs.io>"]
description = "A library to control Wishbone devices"
documentation = "https://docs.rs/wishbone-bridge"
readme = "README.md"
keywords = ["litex", "wishbone"]
license = "Apache-2.0"
repository = "https://github.com/litex-hub/wishbone-utils"
[dependencies.byteorder]
version = "1"
optional = true

[dependencies.libusb-sys-wishbone-tool]
version = "0.2.6"
optional = true

[dependencies.libusb-wishbone-tool]
version = "0.3.1"
optional = true

[dependencies.log]
version = "0"

[dependencies.memmap]
version = "0.7"
optional = true

[dependencies.serialport]
version = "3.3"
optional = true
default-features = false

[features]
default = ["spi", "pcie", "ethernet", "usb", "uart"]
ethernet = ["byteorder"]
pcie = ["memmap"]
spi = []
uart = ["serialport"]
usb = ["libusb-sys-wishbone-tool", "libusb-wishbone-tool"]
[target."cfg(all(target_os = \"linux\", any(target_arch = \"arm\", target_arch = \"aarch64\")))".dependencies.rppal]
version = "0.11"

[target."cfg(all(target_os = \"linux\", any(target_arch = \"arm\", target_arch = \"aarch64\")))".dependencies.spin_sleep]
version = "0.3"
[badges.cirrus-ci]
branch = "master"
repository = "litex-hub/wishbone-utils"

[badges.travis-ci]
branch = "master"
repository = "litex-hub/wishbone-utils"