nbslim 0.1.5

Rust implementation of SIA, SIATEC, COSIATEC, and RecurSIA algorithms for compressing Note Block Studio (.nbs) music files by discovering translational equivalence classes in 2D point sets.
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.95.0"
name = "nbslim"
version = "0.1.5"
authors = ["madSUNitist"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust implementation of SIA, SIATEC, COSIATEC, and RecurSIA algorithms for
compressing Note Block Studio (.nbs) music files by discovering translational
equivalence classes in 2D point sets.
"""
homepage = "https://github.com/madSUNitist/NBSlim-rs#readme"
documentation = "https://docs.rs/nbslim"
readme = "README.md"
keywords = [
    "pattern-discovery",
    "music-compression",
    "repetition-detection",
    "Note-Block-Studio",
    "Minecraft",
]
categories = [
    "compression",
    "multimedia::audio",
    "algorithms",
    "games",
]
license = "MIT"
repository = "https://github.com/madSUNitist/NBSlim-rs"

[lib]
name = "nbslim"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.serde_json]
version = "1.0"