nord-format 0.6.0

Read and write Nord keyboard files from Rust, byte for byte
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"
rust-version = "1.87"
name = "nord-format"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write Nord keyboard files from Rust, byte for byte"
readme = "README.md"
keywords = [
    "clavia",
    "electro",
    "nord",
    "parser",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/jmoo/drawbar"

[package.metadata.nix]
testFeatures = ["bundle"]

[package.metadata.docs.rs]
features = ["bundle"]

[features]
bundle = ["dep:zip"]
corpus = ["bundle"]
default = []
synthetic = []

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

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

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

[[test]]
name = "corpus"
path = "tests/corpus/main.rs"
harness = false

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

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

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

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

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

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

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

[dependencies.crcxx]
version = "0.3.1"

[dependencies.nord-bits-derive]
version = "=0.4.0"

[dependencies.thiserror]
version = "2"

[dependencies.zip]
version = "2"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.libtest-mimic]
version = "0.8"

[dev-dependencies.serde_json]
version = "1"