arm-dcc 0.2.0

Debug Communication Channel (DCC) API
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"
rust-version = "1.59"
name = "arm-dcc"
version = "0.2.0"
authors = [
    "The Cortex-R Team <cortex-r@teams.rust-embedded.org>",
    "Jorge Aparicio <jorge@japaric.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debug Communication Channel (DCC) API"
readme = "README.md"
keywords = [
    "ARM",
    "DCC",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/arm-dcc"
resolver = "2"

[features]
legacy-mode = []
nop = []

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