ace-player 0.1.0

ACE Player — High-Performance Rust Media Engine SDK
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"
name = "ace-player"
version = "0.1.0"
authors = ["Purple Squirrel Media <matthew@purplesquirrelmedia.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACE Player — High-Performance Rust Media Engine SDK"
readme = "README.md"
license = "MIT"

[features]
default = ["native"]
drm = []
native = [
    "winit",
    "wgpu",
]
python-bindings = ["pyo3"]
wasm = [
    "wasm-bindgen",
    "web-sys",
    "js-sys",
]

[lib]
name = "ace_player"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "ace-player"
path = "src/main.rs"

[[bench]]
name = "decode_bench"
path = "benchmarks/decode_bench.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.ffmpeg-next]
version = "7"
optional = true

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.pyo3]
version = "0.23"
features = ["extension-module"]
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.symphonia]
version = "0.5"
features = ["all"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Document",
    "HtmlVideoElement",
]
optional = true

[dependencies.wgpu]
version = "23"
optional = true

[dependencies.winit]
version = "0.30"
optional = true

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