rsaeb 0.5.0

A no_std + alloc interpreter for A=B ordered rewrite programs.
Documentation
# 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.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"