cog-pose-estimation 0.3.0

Cognitum Cog: 17-keypoint pose estimation from WiFi CSI. See ADR-100 (packaging) + ADR-101 (this Cog).
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 = "cog-pose-estimation"
version = "0.3.0"
authors = [
    "rUv <ruv@ruv.net>",
    "WiFi-DensePose Contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cognitum Cog: 17-keypoint pose estimation from WiFi CSI. See ADR-100 (packaging) + ADR-101 (this Cog)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/wifi-densepose"

[features]
cuda = [
    "candle-core/cuda",
    "candle-nn/cuda",
]
default = []
hailo = []

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

[[bin]]
name = "cog-pose-estimation"
path = "src/main.rs"

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

[dependencies.candle-core]
version = "0.9"
default-features = false

[dependencies.candle-nn]
version = "0.9"
default-features = false

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

[dependencies.hex]
version = "0.4"

[dependencies.safetensors]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.ureq]
version = "2"
features = ["tls"]
default-features = false

[dependencies.wifi-densepose-train]
version = "0.3.1"
default-features = false

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