pks-session 0.1.0

Session declaration and lifecycle composition for PocketStation
# 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 = "pks-session"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session declaration and lifecycle composition for PocketStation"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pocketstation-io/pocketstation"

[package.metadata.pocketstation]
registry-role = "facade-dependency"

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

[dependencies.pks-caps]
version = "0.1.0"

[dependencies.pks-capture]
version = "0.1.0"

[dependencies.pks-endpoint]
version = "0.1.0"

[dependencies.pks-frame]
version = "0.1.0"

[dependencies.pks-graph]
version = "0.1.0"

[dependencies.pks-nodes]
version = "0.1.0"

[dependencies.pks-runtime]
version = "0.1.0"

[dependencies.thiserror]
version = "1"

[target.'cfg(target_os = "linux")'.dependencies.pks-capture-linux]
version = "0.1.0"

[target.'cfg(target_os = "macos")'.dependencies.pks-capture-macos]
version = "0.1.0"

[target.'cfg(target_os = "windows")'.dependencies.pks-capture-windows]
version = "0.1.0"