# 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 = "starlight-comet" version = "1.0.3" authors = ["yolocat-dev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Comet is a debugging tool made for the Starlight Operating System" readme = "README.md" keywords = [ "starlight", "comet", "debugger", "os", "serial", ] categories = [ "command-line-utilities", "development-tools", "development-tools::debugging", ] license = "Apache-2.0" repository = "https://github.com/StarlightConsole/Comet" [[bin]] name = "comet" path = "src/main.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.indicatif] version = "0.17.8" [dependencies.serialport] version = "4.5.0" [dependencies.shellwords] version = "1.1.0"