kcode-audio-session-view 0.1.2

Deterministic recording and History-piece views for audio session facades
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.97"
name = "kcode-audio-session-view"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic recording and History-piece views for audio session facades"
readme = false
license = "MIT"

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

[dependencies.kcode-audio-history-handoff]
version = "0.1.2"

[dependencies.kcode-audio-ingress]
version = "0.6.0"

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.kcode-session-history]
version = "0.1.3"

[lints.rust]
unsafe_code = "forbid"