neug-rust 0.1.0

Safe Rust bindings for the NeuG C++ graph database engine
# 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 = "neug-rust"
version = "0.1.0"
authors = ["miofthena"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for the NeuG C++ graph database engine"
readme = "README.md"
keywords = [
    "database",
    "graph",
    "neug",
    "ffi",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/miofthena/neug-rust"
resolver = "2"

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

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

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

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

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

[dependencies.libc]
version = "0.2.183"

[dependencies.neug-sys]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"

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