# 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 = "grapple-bundle" version = "0.1.3" authors = ["Jaci Brunning"] exclude = ["grapple-bundle-lib/**/*"] description = "Grapple's Embedded Firmware and Bootloader Bundler and Flasher utility" documentation = "https://docs.rs/grapple-bundle" readme = "README.md" license = "MIT" repository = "https://github.com/GrappleRobotics/bundle" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.grapple-bundle-lib] version = "~0.1.0" [dependencies.home] version = "0.5.9" [dependencies.human_bytes] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.object] version = "0.34.0" features = ["build"] [dependencies.probe-rs] version = "0.23.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.rust-embed] version = "8.3.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.svd-parser] version = "0.14.5" [dependencies.zip] version = "0.6.6"