rusty-haystack-cli 0.6.1

CLI tool for importing, exporting, serving, and querying Project Haystack data
# 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"
name = "rusty-haystack-cli"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for importing, exporting, serving, and querying Project Haystack data"
readme = false
keywords = [
    "haystack",
    "iot",
    "building-automation",
    "smart-buildings",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-haystack"
resolver = "2"

[[bin]]
name = "haystack"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.haystack-client]
version = "0.6.1"
package = "rusty-haystack-client"

[dependencies.haystack-core]
version = "0.6.1"
features = ["haystack-serde"]
package = "rusty-haystack-core"

[dependencies.haystack-server]
version = "0.6.1"
package = "rusty-haystack-server"

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

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

[dependencies.toml]
version = "1.0"