# 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" name = "rustique" version = "0.1.0" description = "A multipurpose minecraft utility" license = "MIT" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.cliclack] version = "0.1.9" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.miette] version = "5.10.0" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-graceful-shutdown] version = "0.14.0" [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17"