# 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 = "bodhi-cli" version = "2.1.2" authors = ["Fabio Valentini "] exclude = [ "/.github/", "/rustfmt.toml", ] description = "bodhi CLI client based on bodhi-rs" readme = "README.md" keywords = [ "fedora", "bodhi", "CLI", "client", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/bodhi-cli" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bin]] name = "bodhi-cli" path = "src/main.rs" [dependencies.bodhi] version = "2.0.1" [dependencies.chrono] version = "0.4.19" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "4" features = [ "derive", "color", "suggestions", "wrap_help", ] [dependencies.dirs] version = "5" [dependencies.rpassword] version = "7" [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.terminal_size] version = "0.3" [dependencies.tokio] version = "1.14" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [build-dependencies.bodhi] version = "2.0.1" [build-dependencies.clap] version = "4" features = ["derive"] [build-dependencies.clap_complete] version = "4"