[package]
edition = "2024"
name = "agdb_api"
version = "0.12.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agnesoft Graph Database API (Client)"
homepage = "https://github.com/agnesoft/agdb"
documentation = "https://github.com/agnesoft/agdb"
readme = "README.md"
keywords = [
"graph",
"database",
"api",
]
categories = [
"database",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/agnesoft/agdb"
resolver = "2"
[features]
api = ["agdb/api"]
default = []
tls = ["reqwest/default-tls"]
[lib]
name = "agdb_api"
path = "src/lib.rs"
[dependencies.agdb]
version = "0.12.7"
features = [
"serde",
"openapi",
]
[dependencies.reqwest]
version = "0.13"
features = [
"charset",
"http2",
"json",
]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.utoipa]
version = "5"