raw_player 2026.1.0

Raw audio/video player for Rust
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 = "2024"
rust-version = "1.88"
name = "raw_player"
version = "2026.1.0"
authors = ["Shiguredo Inc."]
build = "build.rs"
include = [
    "/src/**",
    "/build.rs",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw audio/video player for Rust"
homepage = "https://github.com/shiguredo/raw-player-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shiguredo/raw-player-rs"

[package.metadata.external-dependencies.sdl3]
url = "https://github.com/libsdl-org/SDL"
tag = "release-3.4.2"

[features]
source-build = []

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

[dependencies]

[dev-dependencies.shiguredo_audio_device]
version = "=2026.1.0-canary.0"
default-features = false

[dev-dependencies.shiguredo_video_device]
version = "=2026.1.0-canary.6"
default-features = false

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

[build-dependencies.shiguredo_cmake]
version = "4.3.0"

[build-dependencies.shiguredo_toml]
version = "2026.1.0"