ferrtable 0.0.1

Ferris the crab's favorite Airtable library
Documentation
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4.42"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.futures]
version = "0.3"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[features]
chrono = ["dep:chrono"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Ferris the crab's favorite Airtable library"
edition = "2024"
homepage = "https://forge.secondsystemtech.com/brent/ferrtable"
keywords = ["api", "client"]
license = "MIT"
name = "ferrtable"
readme = "README.md"
repository = "https://forge.secondsystemtech.com/brent/ferrtable"
version = "0.0.1"