[build-dependencies.cmake]
version = "0.1"
[build-dependencies.cxx-build]
version = "=1.0.138"
[build-dependencies.rustversion]
version = "1"
[dependencies.arrow]
default-features = false
features = ["ffi"]
optional = true
version = "55"
[dependencies.cxx]
version = "=1.0.138"
[dependencies.rust_decimal]
default-features = false
version = "1.37"
[dependencies.time]
version = "0.3"
[dependencies.uuid]
version = "1.6"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.rust_decimal_macros]
version = "1.37"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.time]
features = ["macros"]
version = "0.3"
[features]
arrow = ["dep:arrow"]
default = []
extension_tests = []
[lib]
name = "ryugraph"
path = "src/lib.rs"
[lints.clippy]
elidable_lifetime_names = "allow"
inline_always = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
redundant_closure_for_method_calls = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
unreadable_literal = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.complexity]
level = "warn"
priority = -1
[lints.clippy.correctness]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.clippy.perf]
level = "warn"
priority = -1
[lints.clippy.style]
level = "warn"
priority = -1
[lints.clippy.suspicious]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database"]
description = "An in-process property graph database management system built for query speed and scalability"
edition = "2021"
homepage = "https://ryugraph.io/"
include = ["build.rs", "/src", "/include", "/ryu-src/src", "/ryu-src/cmake", "/ryu-src/third_party", "/ryu-src/CMakeLists.txt", "/ryu-src/tools/CMakeLists.txt"]
keywords = ["database", "graph", "ffi"]
license = "MIT"
name = "ryugraph"
readme = "ryu-src/README.md"
repository = "https://github.com/predictable-labs/ryugraph"
rust-version = "1.81"
version = "25.9.2"
[package.metadata.docs.rs]
all-features = true
[profile.relwithdebinfo]
debug = 2
inherits = "release"