[dependencies.bytemuck]
version = "1.23.1"
[dev-dependencies.insta]
version = "1.43.1"
[features]
default = []
signed = []
unsigned = []
[lib]
name = "p_chan"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "mathematics", "multimedia", "no-std"]
description = "Multimedia (Audio, Raster) Channel Newtypes and Conversions"
documentation = "https://docs.rs/p-chan"
edition = "2024"
homepage = "https://github.com/AldaronLau/p-chan/releases"
include = ["/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/src/*"]
keywords = ["channel", "pcm", "conversion", "audio", "video"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "p-chan"
readme = "README.md"
repository = "https://github.com/AldaronLau/p-chan"
rust-version = "1.85.0"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true