usb-descriptor-decoder 0.1.0

A no-std extensible USB Descriptor Decoder, support organize Descriptors as tree structure
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 = "2021"
name = "usb-descriptor-decoder"
version = "0.1.0"
authors = ["dbydd <dbydd@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no-std extensible USB Descriptor Decoder, support organize Descriptors as tree structure"
readme = false
keywords = [
    "usb",
    "no_std",
    "descriptor",
]
categories = [
    "embedded",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arceos-usb/usb-descriptor-decoder-rs"

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

[dependencies.bit_field]
version = "0.10.2"

[dependencies.log]
version = "0.4.22"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.19"
default_features = false

[dependencies.tock-registers]
version = "0.9.0"