a8e-test 0.1.2

Articulate (a8e): The sovereign AI operator for your terminal.
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 = "2021"
name = "a8e-test"
version = "0.1.2"
authors = ["a8e-ai <dev@a8e.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Articulate (a8e): The sovereign AI operator for your terminal."
readme = false
license = "Apache-2.0"
repository = "https://github.com/a8e-ai/a8e"

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[lints.clippy]
string_slice = "warn"
uninlined_format_args = "allow"