workflowy-api 0.1.1

Workflowy API client
Documentation
[package]
name = "workflowy-api"
version = "0.1.1"
edition = "2024"
rust-version = "1.85.0"
description = "Workflowy API client"
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/DenisGorbachev/workflowy-api"
repository = "https://github.com/DenisGorbachev/workflowy-api"
readme = "README.md"
keywords = []
categories = []
exclude = [
    ".*",
    "*.local.*",
    "doc/dev",
    "specs",
    "README.ts",
    "AGENTS*.md",
    "CLAUDE*.md",
    "deno.json",
    "commitlint.config.mjs",
    "lefthook.yml",
    "mise.toml",
    "rumdl.toml",
    "rustfmt.toml",
    ".yolobox"
]

[package.metadata.details]
title = "Workflowy API client"
tagline = ""
summary = ""
announcement = ""
readme = { generate = true }

[dependencies]
derive_more = { version = "2", features = ["full"] }
errgonomic = "0.5"
governor = "0.10"
reqwest = { version = "0.13", features = ["json", "query"] }
secrecy = "0.10"
serde = { version = "1", features = ["derive"] }
thiserror = "2"
timestamp-please = { version = "0.2", features = ["serde"] }
url = "2"
url-macro = "0.2"

[dev-dependencies]
tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread"] }
static-env-var = "0.1.0"