loonfs-cli 0.2.0

The LoonFS command-line interface.
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 = "2021"
rust-version = "1.85"
name = "loonfs-cli"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The LoonFS command-line interface."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/loonfs/loonfs"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.bytes]
version = "1"

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

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.futures]
version = "0.3"

[dependencies.hostname]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.loonfs]
version = "0.2.0"

[dependencies.loonfs-api]
version = "0.2.0"

[dependencies.loonfs-client]
version = "0.2.0"

[dependencies.loonfs-grep]
version = "0.2.0"

[dependencies.loonfs-objectstore]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
    "io-std",
]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.insta]
version = "1.39"
features = ["json"]

[dev-dependencies.ureq]
version = "2.10"
features = ["json"]

[lints.clippy]
dbg_macro = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "forbid"