# 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-pd" version = "0.0.1" description = "USB-PD `no_std` library with source and sink support." homepage = "https://github.com/fmckeogh/usb-pd-rs" documentation = "https://docs.rs/usb-pd" keywords = [ "nostd", "usb-pd", "power", "embedded", ] license = "MIT" repository = "https://github.com/fmckeogh/usb-pd-rs" resolver = "1" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.defmt] version = "0.3.5" [dependencies.fugit] version = "0.3.7" [dependencies.heapless] version = "0.7.16" features = ["defmt-impl"] [dependencies.proc-bitfield] version = "0.2.4"