firefly-iii-rust 0.1.5

An API wrapper for Firefly III https://www.firefly-iii.org/
Documentation
[dependencies.rand]
version = "0.8.5"

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

[dependencies.thiserror]
version = "2.0.9"

[dependencies.ureq]
features = ["json"]
version = "2.12.1"

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

[package]
authors = ["Philipp Böschen <cratesio@philipp.boeschen.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An API wrapper for Firefly III https://www.firefly-iii.org/"
edition = "2021"
license-file = "LICENSE"
name = "firefly-iii-rust"
readme = "README.md"
repository = "https://github.com/catouc/firefly-iii-rust"
version = "0.1.5"

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

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