cdnz 0.2.0

An open data format for storing music
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 = "cdnz"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An open data format for storing music"
documentation = "https://docs.rs/cdnz"
readme = "README.md"
license = "LGPL-3.0-or-later"
repository = "https://codeberg.org/twilit-jack/cadenza"

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

[[test]]
name = "beethoven_symphony_no_5"
path = "tests/beethoven_symphony_no_5.rs"

[dependencies.ciborium]
version = "0.2.2"

[dependencies.num]
version = "0.4.3"
features = ["serde"]

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

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_with]
version = "3.19.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zstd]
version = "0.13.3"