# 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 = "elf2uf2-rs" version = "2.1.1" authors = ["Jonathan Nilsson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Port of elf2uf2 to rust" documentation = "https://docs.rs/elf2uf2-rs" readme = "README.md" license = "0BSD" repository = "https://github.com/JoNil/elf2uf2-rs" [[bin]] name = "elf2uf2-rs" path = "src/main.rs" [dependencies.assert_into] version = "1.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctrlc] version = "3.4" [dependencies.pbr] version = "1" [dependencies.serialport] version = "4" optional = true [dependencies.static_assertions] version = "1" [dependencies.sysinfo] version = "0.32" [dependencies.zerocopy] version = "0.8" features = ["derive"] [features] default = ["serial"] serial = ["serialport"]