# 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 = "pico-cdc" version = "1.0.2" authors = ["Jaydar "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "elf to uf2, Automatically restart to enter BootSLE" homepage = "https://github.com/Jaydar/pico-tools" documentation = "https://docs.rs/pico-cdc" readme = "README.md" license = "MIT" repository = "https://github.com/Jaydar/pico-tools/tree/master/pico-cdc" [lib] name = "pico_cdc" path = "src/lib.rs" [dependencies.defmt-rtt] version = "0.4" [dependencies.embassy-executor] version = "0.5.0" features = [ "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers", ] [dependencies.embassy-futures] version = "0.1.0" [dependencies.embassy-rp] version = "0.1.0" features = [ "defmt", "unstable-pac", "time-driver", "critical-section-impl", ] [dependencies.embassy-time] version = "0.3.1" features = [ "defmt", "defmt-timestamp-uptime", ] [dependencies.embassy-usb] version = "0.2.0" features = ["defmt"] [dependencies.panic-probe] version = "0.3" features = ["print-defmt"] [dependencies.rp2040-hal] version = "0.10.2"