typub-adapter-wordpress 0.1.0

WordPress platform adapter for typub
Documentation
# 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 = "2024"
name = "typub-adapter-wordpress"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WordPress platform adapter for typub"
homepage = "https://github.com/lucifer1004/typub"
readme = false
license = "MIT"
repository = "https://github.com/lucifer1004/typub"

[lib]
name = "typub_adapter_wordpress"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dependencies.typub-adapters-core]
version = "0.1.0"

[dependencies.typub-config]
version = "0.1.0"

[dependencies.typub-core]
version = "0.1.0"

[dependencies.typub-html]
version = "0.1.0"

[dependencies.typub-ir]
version = "0.1.0"

[dependencies.typub-storage]
version = "0.1.0"

[dependencies.typub-theme]
version = "0.1.0"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.toml]
version = "1"

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"