# 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 = "labt" version = "0.2.12" description = "Lab-t Lightweight Android build tool" homepage = "https://gitlab.com/lab-tool/labt" readme = "README.md" keywords = [ "android", "build-tool", "plugin", "lua", "cache", ] categories = [ "development-tools::build-utils", "caching", ] license-file = "LICENSE" repository = "https://gitlab.com/lab-tool/labt" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.11.0" [dependencies.env_logger] version = "0.11.3" [dependencies.futures-util] version = "0.3.30" [dependencies.git2] version = "0.18.3" features = [ "https", "openssl-probe", ] default-features = false [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.7" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.labt-proc-macro] version = "0.1.0" [dependencies.log] version = "0.4.21" [dependencies.mlua] version = "0.9.6" features = [ "vendored", "lua54", "serde", "serialize", ] [dependencies.quick-xml] version = "0.31.0" features = ["async-tokio"] [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.24" features = [ "stream", "blocking", ] [dependencies.sailfish] version = "0.8.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tokio] version = "1.36.0" features = [ "rt", "full", "io-util", ] [dependencies.tokio-util] version = "0.7.10" features = ["io"] [dependencies.toml] version = "0.8.9" [dependencies.toml_edit] version = "0.21.1" features = ["serde"] [dependencies.version-compare] version = "0.1.1"