brume-cli 0.1.0

CLI to manage folders synchronized with brume
Documentation
# 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"
rust-version = "1.85"
name = "brume-cli"
version = "0.1.0"
authors = ["Nicolas Sarlin <nico.sarlin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to manage folders synchronized with brume"
homepage = "https://github.com/nsarlin/brume"
documentation = "https://github.com/nsarlin/brume"
readme = false
keywords = [
    "cloud",
    "network",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nsarlin/brume"
resolver = "2"

[lib]
name = "brume_cli"
path = "src/lib.rs"

[[bin]]
name = "brume-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.brume-daemon-proto]
version = "0.1.0"

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

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

[dependencies.interprocess]
version = "2.2"
features = ["tokio"]

[dependencies.tarpc]
version = "0.35"
features = ["serde-transport-bincode"]

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

[dependencies.url]
version = "2.5"