# 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" rust-version = "1.70.0" name = "neocities-client" version = "0.1.11" authors = ["André Kugland "] description = "Another client for the Neocities API" homepage = "https://github.com/kugland/neocities-client" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/kugland/neocities-client" resolver = "2" [dependencies.base64] version = "0.22.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.form-data-builder] version = "1.0.1" [dependencies.indoc] version = "2.0.5" [dependencies.log] version = "0.4.21" [dependencies.parse-display] version = "0.9.0" default-features = false [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.59" [dependencies.typed-path] version = "0.8.0" [dependencies.ureq] version = "2.9.6" [dev-dependencies.mockito] version = "1.4.0"