# 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 = "neocities_cli" version = "0.2.1" authors = ["Jacob Benison"] include = [ "**/*.rs", "Cargo.toml", ] description = "A CLI tool for managing websites hosted on Neocities." readme = "README.md" keywords = [ "neocities", "webmaster", "open-source", "static-site", ] license = "MIT" repository = "https://github.com/ge3224/neocities" [dependencies.chrono] version = "0.4.24" [dependencies.reqwest] version = "0.11" features = [ "stream", "multipart", "json", ] [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.serial_test] version = "2.0.0" [dependencies.sha-1] version = "0.10.1" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.url] version = "2.3.1"