darn_cli 0.2.0

CLI for darn - CRDT-backed filesystem management
# 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.90"
name = "darn_cli"
version = "0.2.0"
authors = ["Brooklyn Zelenka <hello@brooklynzelenka.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for darn - CRDT-backed filesystem management"
readme = "README.md"
keywords = [
    "automerge",
    "crdt",
    "filesystem",
    "local-first",
    "p2p",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/expede/darn"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bs58]
version = "0.5"
features = ["check"]

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

[dependencies.cliclack]
version = "0.3"

[dependencies.console]
version = "0.15"

[dependencies.darn_core]
version = "0.2.0"

[dependencies.future_form]
version = "0.2"

[dependencies.getrandom]
version = "0.2"

[dependencies.sedimentree_core]
version = "0.4"
features = ["std"]

[dependencies.sedimentree_fs_storage]
version = "0.4"

[dependencies.subduction_core]
version = "0.4"
features = [
    "std",
    "test_utils",
]

[dependencies.subduction_websocket]
version = "0.4"
features = ["tokio_client"]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
fallible_impl_from = "warn"
fn_params_excessive_bools = "warn"
indexing_slicing = "warn"
missing_const_for_fn = "warn"
multiple_crate_versions = "allow"
must_use_candidate = "warn"
panic = "warn"
todo = "warn"
unneeded_field_pattern = "warn"
unwrap_used = "warn"
wildcard_enum_match_arm = "warn"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "deny"
unsafe_code = "forbid"
unused_extern_crates = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.let_underscore]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1