[package]
name = "rusty_flac"
version = "0.1.0"
edition = "2021"
rust-version = "1.85"
license = "Apache-2.0"
repository = "https://github.com/Remade-With-Rust/rusty_flac"
homepage = "https://github.com/Remade-With-Rust/rusty_flac"
authors = ["Mata Network <https://www.mata.network>"]
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."
readme = "README.md"
keywords = ["flac", "lossless", "audio", "encoder", "decoder"]
categories = ["multimedia", "multimedia::audio", "multimedia::encoding"]
include = [
"/LICENSE",
"/README.md",
"/src/",
"/examples/",
"/tests/",
]
[dependencies]
[dev-dependencies]
claxon = "0.4"
rusty_alloc-api = "0.4"