# 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 = "rek2_nntp" version = "0.1.5" authors = ["ReK2, Hispagatos"] description = "This is a Rust library that provides a way to interact with NNTP servers, compliant with RFC 3977 and RFC 4643." homepage = "https://git.sr.ht/~rek2/rek2_nntp" documentation = "https://git.sr.ht/~rek2/rek2_nntp" readme = "README.md" keywords = [ "nntp", "usenet", ] categories = [ "command-line-utilities", "api-bindings", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~rek2/rek2_nntp" [dependencies.bufstream] version = "0.1.4" [dependencies.native-tls] version = "0.2.11" [dependencies.rustls] version = "0.21.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.1" [dependencies.tokio-rustls] version = "0.24.1" [dependencies.webpki] version = "0.21.4" [dependencies.webpki-roots] version = "0.21.1"