# 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 = "svl-tools" version = "0.1.0" authors = ["Gabriel Marcano"] description = "Tools for interfacing with the Sparkfun Variable Bootloader (SVL)." readme = "README.md" keywords = [ "Apollo3", "Artemis", "programmer", "bootloader", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/gemarcano/svl-tools" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.crc] version = "3.2.1" [dependencies.env_logger] version = "0.11.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.serialport] version = "4.3.0"