firecloud-cli 0.2.0

Command-line interface for FireCloud P2P messaging and file sharing
# 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"
rust-version = "1.70.0"
name = "firecloud-cli"
version = "0.2.0"
authors = ["Rajashekhar Sunkara"]
build = false
exclude = [
    "*.md",
    "!README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for FireCloud P2P messaging and file sharing"
homepage = "https://github.com/rajashekhar-sunkara/firecloud"
documentation = "https://docs.rs/firecloud"
readme = "README.md"
keywords = [
    "p2p",
    "storage",
    "privacy",
    "messaging",
    "decentralized",
]
categories = [
    "network-programming",
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajashekhar-sunkara/firecloud"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ciborium]
version = "0.2"

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

[dependencies.colored]
version = "3.1.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "5.0"

[dependencies.firecloud-core]
version = "0.2.0"

[dependencies.firecloud-crypto]
version = "0.2.0"

[dependencies.firecloud-net]
version = "0.2.0"

[dependencies.firecloud-storage]
version = "0.2.0"

[dependencies.hex]
version = "0.4"

[dependencies.humantime]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.libp2p]
version = "0.54"
features = [
    "tokio",
    "quic",
    "mdns",
    "kad",
    "gossipsub",
    "noise",
    "yamux",
    "tcp",
    "identify",
    "ping",
    "macros",
    "request-response",
    "cbor",
    "serde",
    "dcutr",
    "relay",
    "dns",
]

[dependencies.mime_guess]
version = "2.0"

[dependencies.rand]
version = "0.8"

[dependencies.rpassword]
version = "7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "serde",
]