[package]
edition = "2024"
name = "encabulator"
version = "0.1.0"
authors = ["ErisianArchitect <https://github.com/ErisianArchitect>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for frobnicating encabulators (especially ones of the Brantwell Encabulator Class). This library is not to be used by Breck Momack."
documentation = "https://docs.rs/encabulator"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ErisianArchitect/encabulator"
[lib]
name = "encabulator"
path = "src/lib.rs"
[dependencies]