rust-ynab 0.4.2

A Rust client for the YNAB API
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 = "rust-ynab"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the YNAB API"
readme = "README.md"
keywords = [
    "ynab",
    "finance",
    "budget",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/smythg4/rust-ynab"

[features]
integration = []

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

[[bin]]
name = "rust-ynab"
path = "src/main.rs"

[[example]]
name = "create_transaction"
path = "examples/create_transaction.rs"

[[example]]
name = "create_transactions"
path = "examples/create_transactions.rs"

[[example]]
name = "delete_transaction"
path = "examples/delete_transaction.rs"

[[example]]
name = "delta_request"
path = "examples/delta_request.rs"

[[example]]
name = "get_category_balance"
path = "examples/get_category_balance.rs"

[[example]]
name = "get_plan_month"
path = "examples/get_plan_month.rs"

[[example]]
name = "list_plans"
path = "examples/list_plans.rs"

[[example]]
name = "list_transactions"
path = "examples/list_transactions.rs"

[[example]]
name = "split_transaction"
path = "examples/split_transaction.rs"

[[example]]
name = "update_category_budget"
path = "examples/update_category_budget.rs"

[[example]]
name = "update_transaction"
path = "examples/update_transaction.rs"

[[example]]
name = "update_transactions"
path = "examples/update_transactions.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.governor]
version = "0.10.4"

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

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.2"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.1"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1.0.149"

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