[package] name = "agdb_api" version = "0.9.2" edition = "2021" 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] reqwest = ["dep:reqwest"] [dependencies] agdb = { version = "0.9.2", path = "../../agdb", features = ["serde"] } reqwest = { version = "0.12", features = ["json"], optional = true } serde = { version = "1", features = ["derive"] } serde_json = "1" utoipa = "4"