# 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" name = "atsamd-usb-host" version = "0.2.1" authors = ["Brian Cully "] description = "usb-host driver support for Atmel SAMD* microcontrollers." readme = "README.md" keywords = [ "usb", "usb-host", "hal", "peripheral", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "LGPL-3.0-or-later" repository = "https://git.spork.org/atsamd-usb-host.git" [dependencies.atsamd-hal] version = "~0.7" [dependencies.embedded-hal] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.starb] version = "~0.3" [dependencies.usb-host] version = "~0.1" [dependencies.vcell] version = "~0.1" [dev-dependencies.atsamd-hal] version = "~0.7" features = ["samd21e18a"] [features] samd21e18a = ["atsamd-hal/samd21e18a"] samd21g18a = ["atsamd-hal/samd21g18a"] samd51 = ["atsamd-hal/samd51"] samd51g19a = ["atsamd-hal/samd51g19a"] samd51j19a = ["atsamd-hal/samd51j19a"] samd51j20a = ["atsamd-hal/samd51j20a"]