libflac-rs 0.143.1

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
# 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"
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