vtx 0.16.0

VTX sound format parsing and playback library
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 = "2021"
name = "vtx"
version = "0.16.0"
authors = [
    "The RustZX contributors",
    "Vladyslav Nikonov <mail@pacmancoder.xyz>",
]
description = "VTX sound format parsing and playback library"
keywords = [
    "ay",
    "sound",
    "vtx",
    "parser",
]
license = "MIT"
repository = "https://github.com/rustzx/rustzx"
resolver = "1"

[dependencies.aym]
version = "0.16.0"

[dependencies.byteorder]
version = "1.4"

[dependencies.delharc]
version = "0.3"
default-features = false

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.expect-test]
version = "1.1"

[dev-dependencies.sha2]
version = "0.9"