# 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 = "brokaw" version = "0.2.0" authors = ["Samani G. Gikandi "] description = "📰 An NNTP client liberary. More at 11! 📰" documentation = "https://docs.rs/brokaw" readme = "README.md" keywords = ["nntp", "netnews", "usenet"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/sgg/brokaw" [dependencies.flate2] version = "1.0.14" [dependencies.log] version = "0.4.8" [dependencies.native-tls] version = "0.2.4" [dependencies.nom] version = "5.1" [dependencies.num_enum] version = "0.5.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.rpassword] version = "4.0.5" [dev-dependencies.structopt] version = "0.3.14"