[package] name = "agdb_server" 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 Server" keywords = ["graph", "database", "api"] categories = ["database", "database-implementations"] [dependencies] agdb = { version = "0.9.2", path = "../agdb", features = ["serde", "openapi"] } agdb_api = { version = "0.9.2", path = "../agdb_api/rust", features = ["reqwest"] } axum = { version = "0.7", features = ["http2"] } axum-extra = { version = "0.9", features = ["typed-header"] } http-body-util = "0.1" reqwest = { version = "0.12", features = ["json", "blocking"] } ring = "0.17" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.6", features = ["cors"] } tracing = "0.1" tracing-subscriber = "0.3" url = { version = "2", features = ["serde"] } utoipa = "4" utoipa-rapidoc = { version = "4", features = ["axum"] } uuid = { version = "1", features = ["v4"] } [dev-dependencies] assert_cmd = "2" anyhow = "1"