[package]
name = "thot-cli"
version = "0.10.0-intermediate"
edition = "2021"
authors = [ "Brian Carlsen <carlsen.bri@gmail.com>" ]
description = "Command line interface (CLI) for Thot data management and analysis software."
license = "MIT OR Apache-2.0"
homepage = "https://thot-data.com"
repository = "https://github.com/thot-data/cli"
keywords = [ "thot", "thot-data", "data", "data-analysis", "data-management" ]
categories = [ "science" ]
[dependencies]
log = { version = "0.4" }
env_logger = "0.9"
clap = { version = "3.2", features = [ "derive" ] }
uuid = { version = "0.8", features = ["serde", "v4"] }
settings_manager = { path = "../settings_manager", version = "0.0.2"}
thot-core = { path = "../core", features=["clap"], version = "0.10.0-intermediate"}
thot-local = { path = "../local", version = "0.10.0-intermediate" }
[dev-dependencies]
rand = "0.8"
fake = "2.4"
mockall = "0.11"