codecpod 0.1.0

Audio codec library backed by a statically-linked, source-built 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 = "2024"
name = "codecpod"
version = "0.1.0"
authors = ["zhoukz <me@zhoukz.com>"]
build = "build.rs"
links = "codecpod-ffmpeg"
include = [
    "/src",
    "/benches",
    "/build.rs",
    "/wrapper.h",
    "/README.md",
    "/README.zh-CN.md",
    "/LICENSE",
    "/THIRD-PARTY-NOTICES.md",
    "/licenses",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio codec library backed by a statically-linked, source-built FFmpeg."
homepage = "https://github.com/zhoukezi/codecpod"
readme = "README.md"
keywords = [
    "audio",
    "codec",
    "ffmpeg",
    "encoding",
    "decoding",
]
categories = [
    "multimedia::audio",
    "api-bindings",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/zhoukezi/codecpod"

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

[[bench]]
name = "codec"
path = "benches/codec.rs"
harness = false

[dependencies.libc]
version = "0.2.186"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.flate2]
version = "1.1.9"

[build-dependencies.lzma-rs]
version = "0.3.0"

[build-dependencies.sha2]
version = "0.11.0"

[build-dependencies.tar]
version = "0.4.46"

[build-dependencies.ureq]
version = "3.3.0"