[dependencies.agdb]
features = ["serde"]
version = "0.6.6"
[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.utoipa]
version = "4"
[features]
reqwest = ["dep:reqwest"]
[lib]
[package]
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.6.6"