[package]
name = "filemaker-lib"
version = "0.2.2"
edition = "2024"
autoexamples = true
description = "A library for interacting with a filemaker api"
license-file = "LICENSE"
repository = "https://github.com/Drew-Chase/filemaker-lib"
readme = "README.MD"
[dependencies]
reqwest = { version = "0.12.28", features = ["json"] }
base64 = "0.22"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
anyhow = "1"
log = { version = "0.4", optional = false }
percent-encoding = {version = "2.3.2"}