# 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 = "hn-cli" version = "0.3.0" authors = ["Sebastien Castiel "] description = "Another HackerNews command-line client." homepage = "https://github.com/scastiel/hn" license = "MIT" repository = "https://github.com/scastiel/hn" [[bin]] name = "hn" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.console] version = "0.15.0" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.17" [dependencies.hnapi] version = "0.3.0" [dependencies.html-escape] version = "0.2.9" [dependencies.hyphenation] version = "0.8.4" [dependencies.minus] version = "4.0.2" features = ["static_output"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10.0" features = ["json"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.70" [dependencies.textwrap] version = "0.14.2" features = ["hyphenation"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.webbrowser] version = "0.5.5"