nexus-graph-sdk 2.0.0

Official Rust SDK for Nexus graph database
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 = "2024"
name = "nexus-graph-sdk"
version = "2.0.0"
authors = ["Nexus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for Nexus graph database"
homepage = "https://github.com/hivellm/nexus"
documentation = "https://docs.rs/nexus-graph-sdk"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "cypher",
    "neo4j-compatible",
]
categories = [
    "database",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/hivellm/nexus"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "multi_database"
path = "examples/multi_database.rs"

[[example]]
name = "performance_monitoring"
path = "examples/performance_monitoring.rs"

[[example]]
name = "query_builder"
path = "examples/query_builder.rs"

[[example]]
name = "test_sdk"
path = "examples/test_sdk.rs"

[[example]]
name = "transactions"
path = "examples/transactions.rs"

[[example]]
name = "with_auth"
path = "examples/with_auth.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.nexus-protocol]
version = "2.0.0"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.mockito]
version = "1.5"

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