conduit-cli 0.4.2

A lightning-fast Minecraft mod manager
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 = "conduit-cli"
version = "0.4.2"
authors = ["SirCesarium"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightning-fast Minecraft mod manager"
homepage = "https://github.com/SirCesarium/conduit-cli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/SirCesarium/conduit-cli"

[package.metadata.wix]
upgrade-guid = "74f470da-07f1-44f1-9262-1681c2f47aa1"
path = true

[package.metadata.deb]
maintainer = "SirCesarium"
assets = [[
    "target/release/conduit",
    "/usr/bin/conduit",
    "755",
]]

[[package.metadata.generate-rpm.assets]]
source = "target/release/conduit"
dest = "/usr/bin/conduit"
mode = "755"

[features]
cli = [
    "dep:clap",
    "dep:console",
    "dep:inquire",
    "dep:indicatif",
]
default = ["cli"]

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

[[bin]]
name = "conduit"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5.60"
features = ["derive"]
optional = true

[dependencies.console]
version = "0.16.2"
optional = true

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.glob]
version = "0.3.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.indicatif]
version = "0.18.4"
optional = true

[dependencies.inquire]
version = "0.9.4"
optional = true

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.0.3"

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

[dependencies.zip]
version = "8.2.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.182"

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"

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