# 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 = "axolotl-cli" version = "1.1.0" authors = ["diacritics-owo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for mod distribution" readme = "README.md" keywords = [ "minecraft", "cli", "modrinth", "mod", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/diacritics-owo/axolotl" [[bin]] name = "axolotl" path = "src/main.rs" [dependencies.age] version = "0.10.0" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.7.5" features = ["editor"] [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.modrinth-api] version = "2.7.1" [dependencies.octocrab] version = "0.39.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.7" features = ["stream"] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.toml] version = "0.8.19"