# 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 = "pd" version = "0.1.0" authors = ["BH1XUW "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "USB Power Delivery (USB PD) protocol layer" homepage = "https://github.com/embedded-drivers/pd" documentation = "https://docs.rs/pd" readme = "README.md" keywords = [ "usb", "pd", ] categories = [ "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/embedded-drivers/pd" [lib] name = "pd" path = "src/lib.rs"