tinycbg 0.9.0

A tiny crate for working with ULTRAKILL's Cybergrind Patterns programatically.
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"
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"