# 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 = "szurubooru-client" version = "0.6.2" authors = ["Scott Lyons "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around the Szurubooru API, including type-safe Query and Sort tokens" readme = "README.md" keywords = [ "image_host", "szurubooru", "booru", ] license = "MIT" repository = "https://github.com/slyons/szurubooru-client" [lib] name = "szurubooru_client" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.derive_builder] version = "0.20.0" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.66" features = ["vendored"] [dependencies.pyo3] version = "0.22.0" features = [ "chrono-tz", "chrono", "serde", "experimental-async", ] optional = true [dependencies.reqwest] version = "0.12.5" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-pyobject] version = "0.4.0" optional = true [dependencies.serde_json] version = "1.0.120" [dependencies.sha1] version = "0.10.6" [dependencies.strum] version = "0.26.3" features = [ "derive", "strum_macros", ] [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "rt", "sync", ] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.tokio] version = "1.39.2" features = ["full"] [features] extension-module = ["pyo3/extension-module"] python = [ "dep:pyo3", "dep:tokio", "dep:serde-pyobject", "pyo3/extension-module", ]