agdb_api 0.12.6

Agnesoft Graph Database API (Client)
Documentation
[package]
name = "agdb_api"
version = "0.12.6"
edition = "2024"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
repository = "https://github.com/agnesoft/agdb"
documentation = "https://github.com/agnesoft/agdb"
readme = "../../README.md"
description = "Agnesoft Graph Database API (Client)"
keywords = ["graph", "database", "api"]
categories = ["database", "api-bindings"]

[lib]

[features]
default = []
tls = ["reqwest/default-tls"]
api = ["agdb/api"]

[dependencies]
agdb = { version = "0.12.6", path = "../../agdb", features = ["serde", "openapi"] }
reqwest = { version = "0.13", default-features = false, features = ["charset", "http2", "json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
utoipa = "5"