[package] name = "rht" version = "0.0.1" authors = ["misterjoshua"] edition = "2021" description = "Remote Host Toolkit" documentation = "https://github.com/misterjoshua/rht" homepage = "https://github.com/misterjoshua/rht" repository = "https://github.com/misterjoshua/rht.git" license = "MIT" [dependencies] anyhow = "1" async-trait = "0.1" axum = "0.5" axum-macros = "0.2" base64 = "0.13" clap = { version = "4", features = ["derive"] } env_logger = "0.9" http = "0.2" hyper = { version = "0.14", features = ["full"] } log = "0.4" open = "3" rand = "0.8" reqwest = { version = "0.11", features = ["rustls-tls", "json"], default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1" tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.3", features = ["limit"] } url = "2"