# 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 = "usbd-ethernet" version = "0.1.2" authors = ["Daniel Kenyon-Jones"] description = "Communication Device Class Network Control Model (CDC-NCM) class for usb-device" homepage = "https://github.com/dlkj/usbd-ethernet" readme = "README.md" keywords = [ "usb", "usb-device", "network", "ethernet", ] categories = [ "no-std", "embedded", "usb-device", ] license = "MIT" repository = "https://github.com/dlkj/usbd-ethernet" [dependencies.defmt] version = "0.3" [dependencies.heapless] version = "0.7" features = ["defmt-impl"] [dependencies.smoltcp] version = "0.9" features = [ "defmt", "proto-ipv4", "medium-ethernet", "socket-udp", ] default-features = false [dependencies.usb-device] version = "0.2" features = ["defmt"]