agdb_api 0.12.5

Agnesoft Graph Database API (Client)
Documentation
[dependencies.agdb]
features = ["serde", "openapi"]
version = "0.12.5"

[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration", "json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.utoipa]
version = "5"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "api-bindings"]
description = "Agnesoft Graph Database API (Client)"
documentation = "https://github.com/agnesoft/agdb"
edition = "2024"
homepage = "https://github.com/agnesoft/agdb"
keywords = ["graph", "database", "api"]
license = "Apache-2.0"
name = "agdb_api"
readme = "README.md"
repository = "https://github.com/agnesoft/agdb"
resolver = "2"
version = "0.12.5"