# 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 = "nrf-usbd" version = "0.3.0" description = "USB driver for nRF microcontrollers" readme = "README.md" keywords = [ "nrf52", "nrf", "hal", "usb", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nrf-rs/nrf-usbd" [profile.dev] opt-level = 1 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [profile.dev.build-override] opt-level = 0 codegen-units = 8 debug = 0 debug-assertions = false overflow-checks = false [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.release.build-override] opt-level = 0 codegen-units = 8 debug = 0 debug-assertions = false overflow-checks = false [dependencies.cortex-m] version = "0.7.7" [dependencies.critical-section] version = "1.1.2" [dependencies.usb-device] version = "0.3.2" [dependencies.vcell] version = "0.1.3"