flexaudio-encode 0.2.0

Streaming FLAC encoding sink for recorded audio (pure Rust, fully offline).
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 = "flexaudio-encode"
version = "0.2.0"
authors = ["tubome (Studio Sadola)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming FLAC encoding sink for recorded audio (pure Rust, fully offline)."
documentation = "https://docs.rs/flexaudio-encode"
readme = "README.md"
keywords = [
    "flac",
    "audio",
    "encoder",
    "lossless",
    "recording",
]
categories = [
    "multimedia::audio",
    "multimedia::encoding",
    "compression",
]
license = "MIT"
repository = "https://github.com/Studio-Sadola/flexaudio"

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

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

[dependencies.flacenc]
version = "0.5"
default-features = false

[dependencies.thiserror]
version = "2"

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