# 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" rust-version = "1.80" name = "libthermite" version = "0.8.2" build = false exclude = [ "commands/", "*.zip", "*.tar.gz", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for managing Northstar mods" readme = "README.md" license = "MIT" repository = "https://github.com/AnActualEmerald/thermite" [lib] name = "thermite" path = "src/lib.rs" [[example]] name = "progress" path = "examples/progress.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "steam" path = "examples/steam.rs" required-features = ["steam"] [dependencies.flate2] version = "^1.0" optional = true default-features = false [dependencies.json5] version = "^0.4" [dependencies.regex] version = "^1.10" features = ["unicode-perl"] default-features = false [dependencies.serde] version = "^1.0" features = ["serde_derive"] default-features = false [dependencies.serde_json] version = "^1.0" [dependencies.steamlocate] version = "^1" optional = true [dependencies.tar] version = "^0.4" optional = true [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "^0.1" default-features = false [dependencies.ureq] version = "^2.6" [dependencies.zip] version = "^2.2" features = ["deflate"] default-features = false [dev-dependencies.indicatif] version = "0.17.3" [dev-dependencies.mockall] version = "0.13" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2.4" [features] all = [ "steam", "proton", ] default = [] proton = [ "tar", "flate2", ] steam = ["steamlocate"] [lints.clippy] unwrap_used = "deny"