[package] name = "srhtp" version = "0.0.4" authors = ["AlphaKeks "] edition = "2021" description = "CLI utility for interacting with paste.sr.ht" repository = "https://git.sr.ht/~alphakeks/srhtp.git" license-file = "./LICENSE" [profile.release] opt-level = "s" [dependencies] color-eyre = "0.6.2" clap = { version = "4.5.1", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] } tokio = { version = "1.36.0", features = ["macros"] } reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "json"] }