[package]
edition = "2021"
rust-version = "1.70"
name = "avioflow"
version = "0.7.3"
build = "build.rs"
include = [
"src/**",
"native/**",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance audio decoding, encoding and resampling powered by FFmpeg"
homepage = "https://github.com/lxp3/avioflow"
readme = "README.md"
keywords = [
"audio",
"ffmpeg",
"decoder",
"resample",
"pcm",
]
categories = [
"multimedia::audio",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/lxp3/avioflow"
[lib]
name = "avioflow"
path = "src/lib.rs"
[dev-dependencies.tempfile]
version = "3"
[build-dependencies.cmake]
version = "0.1.50"