[package]
edition = "2021"
rust-version = "1.80"
name = "oxideav-mod"
version = "0.0.9"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amiga ProTracker / SoundTracker module (MOD) codec for oxideav"
homepage = "https://github.com/OxideAV/oxideav-mod"
readme = "README.md"
keywords = [
"multimedia",
"audio",
"tracker",
"amiga",
"mod",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-mod"
[lib]
name = "oxideav_mod"
path = "src/lib.rs"
[[test]]
name = "cyber_diag"
path = "tests/cyber_diag.rs"
[[test]]
name = "cyber_url_regression"
path = "tests/cyber_url_regression.rs"
[[test]]
name = "halluc_diag"
path = "tests/halluc_diag.rs"
[[test]]
name = "halluc_url_regression"
path = "tests/halluc_url_regression.rs"
[[test]]
name = "libmodplug_compare"
path = "tests/libmodplug_compare.rs"
[[test]]
name = "mixing_smoke"
path = "tests/mixing_smoke.rs"
[[test]]
name = "mod_playback"
path = "tests/mod_playback.rs"
[[test]]
name = "per_channel_smoke"
path = "tests/per_channel_smoke.rs"
[[test]]
name = "realworld_harness"
path = "tests/realworld_harness.rs"
[[test]]
name = "rhmst_diag"
path = "tests/rhmst_diag.rs"
[[test]]
name = "rhmst_url_regression"
path = "tests/rhmst_url_regression.rs"
[[test]]
name = "sadness_url_regression"
path = "tests/sadness_url_regression.rs"
[[test]]
name = "stm_playback"
path = "tests/stm_playback.rs"
[[test]]
name = "stm_smoke"
path = "tests/stm_smoke.rs"
[[test]]
name = "xm_effects_round19"
path = "tests/xm_effects_round19.rs"
[[test]]
name = "xm_playback"
path = "tests/xm_playback.rs"
[[test]]
name = "xm_smoke"
path = "tests/xm_smoke.rs"
[dependencies.oxideav-core]
version = "0.1"
[dev-dependencies.libloading]
version = "0.9"
[dev-dependencies.ureq]
version = "3"