[package]
edition = "2021"
rust-version = "1.75"
name = "antigen"
version = "0.0.1"
authors = ["Christopher Averill <c@tek.gy>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structural memory of failure-classes for Rust. Make implicit immunity explicit."
homepage = "https://github.com/antigen-rs/antigen"
readme = "README.md"
keywords = [
"immunity",
"memory",
"failure-class",
"lint",
"antibody",
]
categories = [
"development-tools",
"development-tools::cargo-plugins",
"development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antigen-rs/antigen"
[lib]
name = "antigen"
path = "src/lib.rs"