side-huddle 0.2.1

Detect meetings locally and capture audio as WAV
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 = "side-huddle"
version = "0.2.1"
authors = ["Ken Chau <kchau@microsoft.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect meetings locally and capture audio as WAV"
homepage = "https://github.com/kenotron-ms/side-huddle"
documentation = "https://docs.rs/side-huddle"
readme = "README.md"
keywords = [
    "meetings",
    "audio",
    "recording",
    "teams",
    "zoom",
]
categories = [
    "multimedia::audio",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/kenotron-ms/side-huddle"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
default-target = "x86_64-unknown-linux-gnu"

[lib]
name = "side_huddle"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "meeting_recorder"
path = "examples/meeting_recorder.rs"

[[example]]
name = "speaker_probe"
path = "examples/speaker_probe.rs"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.ctrlc]
version = "3"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.ureq]
version = "3"

[target.'cfg(target_os = "linux")'.dependencies.sysinfo]
version = "0.33"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation-sys]
version = "0.8"

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.25"

[target.'cfg(target_os = "macos")'.dependencies.coreaudio-sys]
version = "0.2"
features = [
    "audio_toolbox",
    "core_audio",
]

[target.'cfg(target_os = "macos")'.dependencies.cpal]
version = "0.17"

[target.'cfg(target_os = "macos")'.dependencies.dispatch2]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-audio]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-audio-types]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSArray",
    "NSString",
    "NSDictionary",
    "NSUUID",
    "NSError",
]

[target.'cfg(target_os = "macos")'.dependencies.uuid]
version = "1"
features = ["v4"]

[target.'cfg(target_os = "macos")'.dev-dependencies.screencapturekit]
version = "1"
features = [
    "macos_14_0",
    "macos_15_2",
]

[target.'cfg(target_os = "windows")'.dependencies.sysinfo]
version = "0.33"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.61"
features = [
    "Win32_Media_Audio",
    "Win32_System_Com",
    "Win32_System_Threading",
    "Win32_Foundation",
]