[package]
edition = "2024"
rust-version = "1.85"
name = "libflac-rs"
version = "0.143.1"
build = false
exclude = [
"/.github",
"/CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bit-exact pure-Rust port of libFLAC 1.4.3: a complete FLAC encoder and decoder (incl. Ogg FLAC) byte-identical to the C reference."
documentation = "https://docs.rs/libflac-rs"
readme = "README.md"
keywords = [
"flac",
"audio",
"lossless",
"chd",
"encoder",
]
categories = [
"multimedia::audio",
"multimedia::encoding",
]
license = "BSD-3-Clause"
repository = "https://github.com/danifunker/libflac-rs"
[lib]
name = "libflac_rs"
path = "src/lib.rs"
[profile.dev]
opt-level = 1