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 = "2024"
name = "bsdl"
version = "0.1.1"
authors = ["Darrell Harmon <sales@harmoninstruments.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A BSDL parser"
documentation = "https://docs.rs/bsdl/"
readme = "README.md"
keywords = [
    "jep106",
    "embedded",
    "JTAG",
    "BSDL",
]
categories = [
    "embedded",
    "hardware-support",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://codeberg.org/dlharmon/bsdl"

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

[dependencies.jtag_idcode]
version = "0.1.1"
features = ["jep106"]
default-features = false

[profile.release]