aingle_cortex 0.2.5

Córtex API - REST/GraphQL/SPARQL interface for AIngle semantic graphs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.83"
name = "aingle_cortex"
version = "0.2.5"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Córtex API - REST/GraphQL/SPARQL interface for AIngle semantic graphs"
homepage = "https://apilium.com"
documentation = "https://docs.rs/aingle_cortex"
readme = "README.md"
keywords = [
    "aingle",
    "api",
    "graphql",
    "sparql",
    "rest",
]
categories = [
    "web-programming",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/ApiliumCode/aingle"

[features]
auth = [
    "dep:jsonwebtoken",
    "dep:argon2",
]
default = [
    "rest",
    "sparql",
    "auth",
]
full = [
    "rest",
    "graphql",
    "sparql",
    "auth",
]
graphql = [
    "dep:async-graphql",
    "dep:async-graphql-axum",
]
rest = []
sparql = ["dep:spargebra"]

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

[[bin]]
name = "aingle-cortex"
path = "src/main.rs"

[[test]]
name = "graphql_subscriptions_test"
path = "tests/graphql_subscriptions_test.rs"

[[test]]
name = "proof_system_test"
path = "tests/proof_system_test.rs"

[[test]]
name = "rate_limiting_test"
path = "tests/rate_limiting_test.rs"

[dependencies.aingle_graph]
version = "0.2"

[dependencies.aingle_logic]
version = "0.2"

[dependencies.aingle_zk]
version = "0.2"

[dependencies.aingle_zome_types]
version = ">=0.0.1"
default-features = false

[dependencies.argon2]
version = "0.5"
optional = true

[dependencies.async-graphql]
version = "7.2"
features = [
    "chrono",
    "uuid",
]
optional = true

[dependencies.async-graphql-axum]
version = "7.2"
optional = true

[dependencies.axum]
version = "0.7"
features = [
    "ws",
    "macros",
]

[dependencies.axum-client-ip]
version = "0.7"

[dependencies.blake3]
version = "1.8"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.jsonwebtoken]
version = "9.0"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.spargebra]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.titans_memory]
version = "0.2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "compression-gzip",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "serde",
]

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]

[dev-dependencies.tempfile]
version = "3.25"

[dev-dependencies.tokio-test]
version = "0.4"