[package]
edition = "2021"
name = "pocketstation"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source-aware desktop audio Session SDK"
homepage = "https://github.com/pocketstation-io/pocketstation"
documentation = "https://docs.rs/pocketstation"
readme = "README.md"
keywords = [
"audio",
"capture",
"realtime",
"session",
"webrtc",
]
categories = [
"multimedia::audio",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pocketstation-io/pocketstation"
[package.metadata.pocketstation]
registry-role = "public-facade"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []
[features]
conformance-fixtures = [
"dep:pks-capture",
"dep:pks-frame",
"dep:pks-graph",
]
default = []
[lib]
name = "pocketstation"
path = "src/lib.rs"
[[example]]
name = "product_quickstart"
path = "examples/product_quickstart.rs"
[[test]]
name = "conformance_fixture"
path = "tests/conformance_fixture.rs"
[[test]]
name = "session_facade"
path = "tests/session_facade.rs"
[dependencies.pks-capture]
version = "0.1.0"
optional = true
[dependencies.pks-frame]
version = "0.1.0"
optional = true
[dependencies.pks-graph]
version = "0.1.0"
optional = true
[dependencies.pks-session]
version = "0.1.0"
[dependencies.thiserror]
version = "1"