bliplab 0.0.3

Tool to combine several BLIP channels in a song
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 = "bliplab"
version = "0.0.3"
authors = ["Breval Ferrari <breval.ferrari@fish.golf>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool to combine several BLIP channels in a song"
readme = "README.md"
license = "MIT"
repository = "https://gitdab.com/breval/blip"

[features]
bin = [
    "anyhow",
    "cfg-exclusive",
    "cfg-if",
]
example-skip-defaults = []
json = ["serde_json"]
json5 = ["dep:json5"]
lexpr = ["serde-lexpr"]
ron = ["dep:ron"]
yaml = ["serde_yaml"]

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

[[bin]]
name = "bliplab"
path = "src/cli/main.rs"
required-features = ["bin"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.bliplib]
version = "0.2.5"
default-features = false

[dependencies.cfg-exclusive]
version = "0.0.1"
optional = true

[dependencies.cfg-if]
version = "1.0"
optional = true

[dependencies.derive-new]
version = "0.7.0"

[dependencies.json5]
version = "0.4"
optional = true

[dependencies.ron]
version = "0.10"
optional = true

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

[dependencies.serde-lexpr]
version = "0.1"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_with]
version = "3.13"

[dependencies.serde_yaml]
version = "0.9.33"
optional = true

[lints.rust]
missing_docs = "warn"