agent-device-rec 0.1.0

Health device recommendation engine for longevity monitoring
# 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 = "agent-device-rec"
version = "0.1.0"
authors = ["Boris Djordjevic <boris@199biotechnologies.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Health device recommendation engine for longevity monitoring"
homepage = "https://github.com/199-biotechnologies/agent-device-rec"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/199-biotechnologies/agent-device-rec"

[[bin]]
name = "agent-device-rec"
path = "src/main.rs"

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

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

[dependencies.comfy-table]
version = "7"

[dependencies.owo-colors]
version = "4"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

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

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

[profile.release]
opt-level = 3
lto = true
strip = true