synheart-sensor-agent 0.1.1

Privacy-first PC background sensor for behavioral research
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"
rust-version = "1.70"
name = "synheart-sensor-agent"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Privacy-first PC background sensor for behavioral research"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/synheart-ai/synheart-sensor-agent"

[features]
default = []
flux = ["synheart-flux"]
gateway = ["reqwest"]
server = [
    "axum",
    "tower-http",
    "flux",
    "gateway",
    "tracing",
    "tracing-subscriber",
    "anyhow",
]

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

[[bin]]
name = "synheart-sensor"
path = "src/main.rs"

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

[[test]]
name = "server_test"
path = "tests/server_test.rs"

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.chrono-tz]
version = "0.10"

[dependencies.clap]
version = "4.4"
features = ["derive"]

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "6.0"

[dependencies.hostname]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.statrs]
version = "0.18"

[dependencies.synheart-flux]
version = "0.1.1"
optional = true

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

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

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