lyquor-cli 0.2.1

CLI utilities for Lyquor
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"
name = "lyquor-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utilities for Lyquor"
homepage = "https://lyquor.xyz/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/lyquor-labs/toolchain"

[features]
tokio-console = ["console-subscriber"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.console-subscriber]
version = "0.5.0"
optional = true

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

[dev-dependencies]

[lints.clippy]
bool_to_int_with_if = "warn"
collapsible_else_if = "warn"
dbg_macro = "deny"
empty_drop = "deny"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
float_cmp_const = "deny"
from_iter_instead_of_collect = "warn"
lossy_float_literal = "deny"
manual_let_else = "warn"
manual_string_new = "warn"
map_unwrap_or = "warn"
match_same_arms = "warn"
mem_forget = "deny"
mutex_atomic = "deny"
needless_continue = "warn"
or_fun_call = "warn"
range_plus_one = "warn"
rc_mutex = "deny"
redundant_clone = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
semicolon_if_nothing_returned = "warn"
single_char_pattern = "warn"
stable_sort_primitive = "warn"
string_add = "deny"
todo = "deny"
unimplemented = "deny"
uninlined_format_args = "warn"
unnested_or_patterns = "warn"
use_self = "warn"
wildcard_dependencies = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(rust_analyzer)",
]