# 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 = "rustcities" version = "1.0.3" authors = ["sapient_cogbag "] description = "Neocities client written in Rust, using the Neocities library" homepage = "https://gitlab.com/sapient_cogbag/rustcities" documentation = "https://docs.rs/rustcities" readme = "README.md" keywords = [ "web", "cli", "api", "client", "html", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/sapient_cogbag/rustcities" [dependencies.anyhow] version = "1" [dependencies.bpaf] version = "0.7" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.neocities] version = "0.9" [dependencies.owo-colors] version = "3" features = ["supports-colors"] [dependencies.reqwest] version = "^0.11" features = ["stream"] [dependencies.sha1] version = "0.10" [dependencies.simplelog] version = "0.12" [dependencies.smallvec] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "net", "fs", ] [features] bright-color = ["bpaf/bright-color"] default = ["bright-color"] dull-color = ["bpaf/dull-color"]