# 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 = "invar" version = "0.4.1" authors = ["mxxntype <59417007+mxxntype@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI management tool for modded Minecraft servers" homepage = "https://github.com/exoumoon/invar" readme = "README.md" license-file = "LICENSE" [lib] name = "invar" path = "src/lib.rs" [[bin]] name = "invar" path = "src/cli/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.17" features = [ "derive", "color", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.eyre] version = "0.6.12" [dependencies.inquire] version = "0.7.5" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" features = ["hex"] [dependencies.serde_yml] version = "0.0.12" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] [dependencies.url] version = "2.5.2" features = ["serde"] [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "2.2.0" features = ["deflate-flate2"] [lints.clippy] complexity = "warn" nursery = "warn" pedantic = "warn" perf = "warn" [lints.clippy.enum_glob_use] level = "warn" priority = 1 [lints.clippy.match_bool] level = "allow" priority = 1 [lints.clippy.option_if_let_else] level = "allow" priority = 1 [lints.clippy.or_fun_call] level = "allow" priority = 1 [lints.clippy.single_match_else] level = "allow" priority = 1 [lints.rust] unsafe_code = "forbid"