rusty_flac 0.1.0

Pure-Rust FLAC encoder + decoder, no C, no unsafe-by-default deps. Encodes 17% and decodes 23% faster than FFmpeg while producing smaller files on every benchmarked content class; lossless and interoperable both directions.
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 = "2021"
rust-version = "1.85"
name = "rusty_flac"
version = "0.1.0"
authors = ["Mata Network <https://www.mata.network>"]
build = false
include = [
    "/LICENSE",
    "/README.md",
    "/src/",
    "/examples/",
    "/tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust FLAC encoder + decoder, no C, no unsafe-by-default deps. Encodes 17% and decodes 23% faster than FFmpeg while producing smaller files on every benchmarked content class; lossless and interoperable both directions."
homepage = "https://github.com/Remade-With-Rust/rusty_flac"
readme = "README.md"
keywords = [
    "flac",
    "lossless",
    "audio",
    "encoder",
    "decoder",
]
categories = [
    "multimedia",
    "multimedia::audio",
    "multimedia::encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Remade-With-Rust/rusty_flac"

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

[[example]]
name = "flacbench"
path = "examples/flacbench.rs"

[[test]]
name = "gates"
path = "tests/gates.rs"

[dependencies]

[dev-dependencies.claxon]
version = "0.4"

[dev-dependencies.rusty_alloc-api]
version = "0.4"