zedboard-bsp 0.1.0

Board Support Package (BSP) for the Zedboard
# 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 = "zedboard-bsp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Board Support Package (BSP) for the Zedboard"
homepage = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs"
readme = "README.md"
keywords = [
    "no-std",
    "zedboard",
    "bare-metal",
    "amd",
    "zynq7000",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs"

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

[dependencies.arbitrary-int]
version = "2"

[dependencies.bitbybit]
version = "2"

[dependencies.num_enum]
version = "0.7"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.zynq7000]
version = "0.1"

[dependencies.zynq7000-hal]
version = "0.1"