# 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 = "xaskpass" version = "2.5.9" authors = ["user827"] build = "build.rs" exclude = [ "/.gitignore", "/RELEASE-CHECKLIST.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight passphrase dialog" readme = "README.md" keywords = [ "askpass", "password", "x11", "xcb", ] license = "Apache-2.0" repository = "https://github.com/user827/xaskpass" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "xaskpass" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cairo-rs] version = "0.20.1" features = ["xcb"] [dependencies.cairo-sys-rs] version = "0.20.0" [dependencies.clap] version = "4.5.2" features = [ "derive", "cargo", ] [dependencies.gethostname] version = "0.5" [dependencies.hex] version = "0.4.3" [dependencies.libc] version = "0.2.147" [dependencies.log] version = "0.4.21" [dependencies.pango] version = "0.20.1" features = ["v1_50"] [dependencies.pango-sys] version = "0.20.1" [dependencies.pangocairo] version = "0.20.1" [dependencies.pangocairo-sys] version = "0.20.1" [dependencies.procfs] version = "0.16.0" [dependencies.rand] version = "0.8.5" [dependencies.secstr] version = "0.5.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.stderrlog] version = "0.6.0" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.36.0" features = [ "net", "rt", "macros", "signal", "time", ] [dependencies.toml] version = "0.8.10" [dependencies.x11rb] version = "0.13.0" features = [ "allow-unsafe-code", "present", "xkb", "resource_manager", "cursor", "render", "xfixes", "randr", "extra-traits", "dri3", ] [dependencies.xdg] version = "2.5.2" [dependencies.yeslogic-fontconfig-sys] version = "6.0" [dependencies.zeroize] version = "1.4" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.pkg-config] version = "0.3.30"