agb_tracker 0.23.1

Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance.
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 = "agb_tracker"
version = "0.23.1"
authors = ["Gwilym Inzani <gw@ilym.me>"]
build = "build.rs"
exclude = ["/examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance."
readme = false
license = "MPL-2.0"
repository = "https://github.com/agbrs/agb"

[package.metadata.docs.rs]
default-target = "thumbv4t-none-eabi"
cargo-args = ["-Zbuild-std=core,alloc"]

[features]
agb = ["dep:agb"]
default = [
    "agb",
    "midi",
    "xm",
]
midi = ["dep:agb_midi"]
xm = ["dep:agb_xm"]

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

[dependencies.agb]
version = "0.23.1"
optional = true

[dependencies.agb_fixnum]
version = "0.23.1"

[dependencies.agb_midi]
version = "0.23.1"
optional = true

[dependencies.agb_tracker_interop]
version = "0.23.1"
default-features = false

[dependencies.agb_xm]
version = "0.23.1"
optional = true

[build-dependencies.agb_fixnum]
version = "0.23.1"

[profile.dev]
opt-level = 3
debug = 2

[profile.release]
opt-level = 3
lto = "fat"
debug = 2