[package]
edition = "2021"
name = "crewchief"
version = "0.0.1"
authors = ["Michael A. Kuykendall"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commercial grade self-healing AI monitoring. The mechanic that keeps the Airframe flying."
readme = false
keywords = [
"ai",
"safety",
"hallucination",
"monitoring",
]
license = "MIT"
repository = "https://github.com/Michael-A-Kuykendall/crewchief"
[lib]
name = "crewchief"
path = "src/lib.rs"
[dependencies]