[package]
edition = "2021"
name = "baken"
version = "0.0.1"
authors = ["Masanari Higashi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name reservation for the upcoming rename of the headroom CLI — a Rekordbox to CDJ prep toolkit (loudness gain, Key+BPM playlist sort, CDJ-safe transcode). Not yet released under this name; see the tracking issue."
homepage = "https://github.com/M-Igashi/headroom/issues/60"
readme = "README.md"
keywords = [
"dj",
"rekordbox",
"cdj",
"audio",
"loudness",
]
categories = [
"command-line-utilities",
"multimedia::audio",
]
license = "MIT"
repository = "https://github.com/M-Igashi/headroom"
[lib]
name = "baken"
path = "src/lib.rs"