libkeynotation 0.2.0

A (musical) key notation parser and transposer
Documentation
[package]
name = "libkeynotation"
version = "0.2.0"
edition = "2021"
description = "A (musical) key notation parser and transposer"
license-file="LICENSE"
repository = "https://codeberg.org/obsoleszenz/libkeynotation"
keywors=["music","dj","lancelot","camelot","open","chromatic","key", "notation"]
category=["multimedia::encoding","parser-implementations"]
exclude=["scripts/*","assets/*"]

[features]
default = []
logging = ["dep:tracing", "dep:test-log", "dep:tracing-subscriber"]

[dependencies]
tracing = { version="0.1", optional=true}
tracing-subscriber = { version="0.3", features = ["env-filter"], optional=true}
test-log = { version="0.2", default-features = false, features = ["trace"], optional=true}