[package]
edition = "2024"
name = "tinycbg"
version = "0.9.0"
build = false
exclude = [
"tests/patterns/**",
"images/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny crate for working with ULTRAKILL's Cybergrind Patterns programatically."
readme = "README.md"
keywords = [
"ultrakill",
"cybergrind",
]
license = "MIT"
repository = "https://github.com/Duckless137/tinycbg"
[lib]
name = "tinycbg"
path = "src/lib.rs"
[[test]]
name = "cbg"
path = "tests/cbg.rs"
[[test]]
name = "serialization"
path = "tests/serialization.rs"