# 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 = "rust-freely" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous wrapper for the WriteFreely/Write.as API" homepage = "https://github.com/dax-dot-gay/rust-freely" readme = "README.md" keywords = [ "network", "api", "writefreely", "writeas", "async", ] categories = [ "api-bindings", "asynchronous", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/dax-dot-gay/rust-freely" [lib] name = "rust_freely" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "serde", ] [dependencies.derive_builder] version = "0.20.1" features = [ "alloc", "clippy", ] [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.209" [dependencies.serde_derive] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.serde_repr] version = "0.1.19" [dependencies.tokio] version = "1.40.0" [dependencies.tokio-test] version = "0.4.4"