# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gemini-fetch" version = "0.2.1" authors = ["Jay Vana "] description = "Fetch gemini pages" readme = "README.md" keywords = ["gemini"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/jsvana/gemini-fetch/" [dependencies.anyhow] version = "1.0" [dependencies.ring] version = "0.16" [dependencies.rustls] version = "0.19" features = ["dangerous_configuration"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.2" features = ["net", "macros", "rt", "time", "io-util"] [dependencies.tokio-rustls] version = "0.22" [dependencies.url] version = "2.2" [dependencies.webpki] version = "0.21" [dependencies.webpki-roots] version = "0.21" [dependencies.x509-signature] version = "0.5"