mqa-identify 0.3.0

A minimal library, to check if a flac file has been encoded by/with MQA
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 = "mqa-identify"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal library, to check if a flac file has been encoded by/with MQA"
readme = "README.md"
keywords = [
    "mqa",
    "audio",
    "flac",
]
categories = [
    "multimedia",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/Graukolos/mqa-identify"

[features]
bin = [
    "clap",
    "indicatif",
    "rayon",
    "itertools",
    "walkdir",
]
default = ["bin"]

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

[[bin]]
name = "mqa-identify"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.clap]
version = "4.6.6"
features = ["derive"]
optional = true

[dependencies.claxon]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.6"
features = ["rayon"]
optional = true

[dependencies.itertools]
version = "0.15.0"
optional = true

[dependencies.rayon]
version = "1.12.0"
optional = true

[dependencies.walkdir]
version = "2.5.0"
optional = true

[profile.release]
lto = true
codegen-units = 1