avioflow 0.7.3

High-performance audio decoding, encoding and resampling powered by FFmpeg
# 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.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"