firecloud-cli 0.1.0

Command-line interface for FireCloud P2P messaging and file sharing
[package]
name = "firecloud-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
description = "Command-line interface for FireCloud P2P messaging and file sharing"
readme = "README.md"
exclude = ["*.md", "!README.md"]

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

[dependencies]
firecloud-core = { path = "../firecloud-core", version = "0.1.0" }
firecloud-crypto = { path = "../firecloud-crypto", version = "0.1.0" }
firecloud-storage = { path = "../firecloud-storage", version = "0.1.0" }
firecloud-net = { path = "../firecloud-net", version = "0.1.0" }
clap.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
anyhow.workspace = true
directories.workspace = true
hex.workspace = true
chrono.workspace = true
ciborium.workspace = true
mime_guess = "2.0"
indicatif = "0.17"
rpassword = "7.3"
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
libp2p = { workspace = true }
colored = "3.1.1"
comfy-table = "7.2.2"
crossterm = "0.29.0"
rand.workspace = true
uuid = { version = "1.11", features = ["v4", "serde"] }
serde_json = "1.0"
humantime = "2.1"