# 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.74.0" name = "fedora-update-feedback" version = "2.1.4" authors = ["Fabio Valentini "] exclude = [ "/.github/", "/deny.toml", "/rustfmt.toml", ] description = "Provide feedback for Fedora updates (inspired by fedora-easy-karma)" readme = "README.md" keywords = [ "fedora", "bodhi", "updates", "feedback", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/fedora-update-feedback" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bodhi] version = "2.0.1" [dependencies.chrono] version = "0.4.19" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "4.0.0" features = [ "derive", "color", "suggestions", "wrap_help", ] [dependencies.dirs] version = "5.0.0" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4.14" [dependencies.rpassword] version = "7.0.0" [dependencies.secret-service] version = "3" features = ["rt-tokio-crypto-rust"] [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tempfile] version = "3.3.0" [dependencies.terminal_size] version = "0.3" [dependencies.textwrap] version = "0.16" [dependencies.tokio] version = "1.14" features = [ "fs", "macros", "process", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [build-dependencies.clap] version = "4.0.0" features = ["derive"] [build-dependencies.clap_complete] version = "4.0.0"