pocketstation 0.1.1

Source-aware desktop audio Session 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 = "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"