# 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-uf2" version = "1.0.2" authors = ["Jaydar J"] 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-uf2" readme = "README.md" license = "MIT" repository = "https://github.com/Jaydar/pico-tools/tree/master/pico-uf2" [[bin]] name = "pico-uf2" path = "src/main.rs" [dependencies.assert_into] version = "1.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.once_cell] version = "1.5" [dependencies.pbr] version = "1" [dependencies.serialport] version = "4" optional = true [dependencies.static_assertions] version = "1" [dependencies.sysinfo] version = "0.29" [dependencies.zerocopy] version = "0.7" features = ["derive"] [features] default = ["serial"] serial = ["serialport"]