tja 0.5.0

TJA file parser written in Rust, working in Rust, Python, and WebAssembly.
Documentation
[[bench]]
harness = false
name = "parser_benchmark"
path = "benches/parser_benchmark.rs"

[[bin]]
bench = false
name = "analyze"
path = "src/bin/analyze.rs"

[[bin]]
bench = false
name = "profile"
path = "src/bin/profile.rs"

[[bin]]
bench = false
name = "synthesize"
path = "src/bin/synthesize.rs"
required-features = ["audio"]

[[bin]]
bench = false
name = "tja"
path = "src/bin/tja.rs"

[dependencies.hound]
optional = true
version = "3.5"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.pyo3]
features = ["extension-module", "abi3-py38"]
optional = true
version = "0.23"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde-wasm-bindgen]
optional = true
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.symphonia]
optional = true
version = "0.5"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.insta]
features = ["json"]
version = "1.41"

[features]
audio = ["dep:symphonia", "dep:hound"]
default = []
python = ["dep:pyo3"]
wasm = ["dep:wasm-bindgen", "dep:js-sys", "dep:serde-wasm-bindgen"]

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
name = "tja"
path = "src/lib.rs"

[package]
authors = ["JacobLinCool <jacob@csie.cool>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "TJA file parser written in Rust, working in Rust, Python, and WebAssembly."
edition = "2021"
homepage = "https://github.com/JacobLinCool/tja-rs"
license = "MIT"
name = "tja"
readme = "README.md"
repository = "https://github.com/JacobLinCool/tja-rs"
version = "0.5.0"

[profile.release]
debug = 2