a3s 0.1.4

a3s — umbrella CLI for the A3S platform; dispatches `a3s <tool>` to the matching `a3s-<tool>` binary
# 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 = "a3s"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a3s — umbrella CLI for the A3S platform; dispatches `a3s <tool>` to the matching `a3s-<tool>` binary"
homepage = "https://github.com/A3S-Lab/a3s"
readme = "README.md"
keywords = [
    "a3s",
    "cli",
    "agent",
    "dispatch",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/A3S-Lab/Cli"

[[bin]]
name = "a3s"
path = "src/main.rs"

[profile.release]
opt-level = "z"
lto = true
strip = true