# 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 = "neoercities" version = "0.1.1" authors = ["amber lastname"] description = "another neocities API wrapper" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ambyshframber/neoercities" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4" optional = true [dependencies.reqwest] version = "0.11.10" features = ["blocking", "multipart"] [dependencies.serde_json] version = "1.0.59" optional = true [dependencies.sha-1] version = "0.10.0" optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.chrono] version = "0.4" [features] default = [] site_info = ["serde_json", "sha-1", "chrono"]