workflowy-api 0.1.0

Workflowy API client
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"
rust-version = "1.85.0"
name = "workflowy-api"
version = "0.1.0"
build = false
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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflowy API client"
homepage = "https://github.com/DenisGorbachev/workflowy-api"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/workflowy-api"

[package.metadata.details]
announcement = ""
summary = ""
tagline = ""
title = ""

[package.metadata.details.readme]
generate = false

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

[dependencies.derive_more]
version = "2"
features = ["full"]

[dependencies.errgonomic]
version = "0.5"

[dependencies.governor]
version = "0.10"

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

[dependencies.secrecy]
version = "0.10"

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

[dependencies.thiserror]
version = "2"

[dependencies.timestamp-please]
version = "0.2"
features = ["serde"]

[dependencies.url]
version = "2"

[dependencies.url-macro]
version = "0.2"

[dev-dependencies.static-env-var]
version = "0.1.0"

[dev-dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
]