bottlesprocket 0.2.0

bottlesprocket is a CM17A 'Firecracker' serial port command line tool.
Documentation
# 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 = "2024"
name = "bottlesprocket"
version = "0.2.0"
authors = ["Scott Jackson <me@scottmmjackson.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bottlesprocket is a CM17A 'Firecracker' serial port command line tool."
readme = "README.md"
license = "GPL-3.0"

[lib]
name = "bottlesprocket"
path = "src/lib.rs"

[[bin]]
name = "bottlesprocket"
path = "src/bin/bottlesprocket.rs"

[dependencies.clap]
version = "4.5.38"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.libc]
version = "1.0.0-alpha.1"

[dependencies.log]
version = "0.4.27"