agdb_api 0.8.2

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.utoipa]
version = "4"

[features]
reqwest = ["dep:reqwest"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database", "api-bindings"]
description = "Agnesoft Graph Database API (Client)"
documentation = "https://github.com/agnesoft/agdb"
edition = "2021"
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"
version = "0.8.2"