[package]
edition = "2024"
rust-version = "1.90"
name = "rsaeb"
version = "0.5.0"
build = false
include = [
"/src/**",
"/README.md",
"/LICENSE-MIT",
"/LICENSE-APACHE",
"/clippy.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std + alloc interpreter for A=B ordered rewrite programs."
documentation = "https://docs.rs/rsaeb"
readme = "README.md"
keywords = [
"a-b",
"interpreter",
"rewrite",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jungamer-64/rsaeb"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "rsaeb"
path = "src/lib.rs"