afterautism-cli 2.0.0

Headless command-line interface for the AfterAutism engine
# 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"
rust-version = "1.85"
name = "afterautism-cli"
version = "2.0.0"
authors = ["AutismDisorder"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless command-line interface for the AfterAutism engine"
homepage = "https://github.com/AutismDisorder/AfterAutism"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/AutismDisorder/AfterAutism"

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

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.afterautism-adapter]
version = "2.0.0"

[dependencies.afterautism-adapter-markdown]
version = "2.0.0"

[dependencies.afterautism-adapter-records]
version = "2.0.0"

[dependencies.afterautism-core]
version = "2.0.0"

[dependencies.afterautism-ingest]
version = "2.0.0"

[dependencies.afterautism-query]
version = "2.0.0"

[dependencies.afterautism-storage]
version = "2.0.0"

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

[dependencies.serde_json]
version = "1.0"

[lints.clippy]
doc_markdown = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
unsafe_code = "warn"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1