# 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 = "ietf" version = "0.2.2" authors = ["cy6erlion "] description = "A program to read IETF RFCs in the terminal." homepage = "https://github.com/cy6erlion/ietf" documentation = "https://github.com/cy6erlion/ietf/blob/master/README.md#guide" readme = "README.md" keywords = ["cli", "RFC", "IETF", "Pager"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cy6erlion/ietf" [dependencies.clap] version = "2.33.3" [dependencies.cursive] version = "0.16" [dependencies.dirs-next] version = "2.0.0" [dependencies.minreq] version = "2.3.0" features = ["https"] [dependencies.pager] version = "0.16.0"