# 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 = "arch-repro-status" version = "1.4.1" authors = ["Orhun Parmaksız "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "arch-repro-status" description = "Check the reproducibility status of your Arch Linux packages" homepage = "https://gitlab.archlinux.org/archlinux/arch-repro-status" readme = "README.md" keywords = [ "archlinux", "reproducibility", "build", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.archlinux.org/archlinux/arch-repro-status" [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" [profile.test] opt-level = 0 debug = 2 [lib] name = "arch_repro_status" path = "src/lib.rs" [[bin]] name = "arch-repro-status" path = "src/main.rs" [[bin]] name = "arch-repro-status-completions" path = "src/bin/completions.rs" [dependencies.alpm] version = "3.0.5" [dependencies.anyhow] version = "1.0.86" [dependencies.bytesize] version = "1.3.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.13" features = [ "derive", "env", "wrap_help", "cargo", ] [dependencies.clap_complete] version = "4.5.12" [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3.30" features = ["executor"] [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rebuilderd-common] version = "0.20.0" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.url] version = "2.5.2" features = ["serde"] [dependencies.vecrem] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] dumb_terminal = ["colored/no-color"]