[package] authors = ["Eugene "] description = "Pageant SSH agent transport client." documentation = "https://docs.rs/pageant" edition = "2018" license = "Apache-2.0" name = "pageant" repository = "https://github.com/warp-tech/russh" version = "0.0.1-beta.3" rust-version = "1.65" [dependencies] futures = { workspace = true } thiserror = { workspace = true } rand = { workspace = true } tokio = { workspace = true, features = ["io-util", "rt"] } bytes = "1.7" delegate = "0.12" [target.'cfg(windows)'.dependencies] windows = { version = "0.58", features = [ "Win32_UI_WindowsAndMessaging", "Win32_System_Memory", "Win32_Security", "Win32_System_Threading", "Win32_System_DataExchange", ] }