geographdb-core 0.4.0

Geometric graph database core - 3D spatial indexing for code analysis
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"
name = "geographdb-core"
version = "0.4.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "MANUAL.md",
    "API.md",
    "EXAMPLES.md",
    "LICENSE",
    "src/**/*.rs",
    "tests/**/*.rs",
    "examples/cypher_demo_common.rs",
    "examples/demo_4d_cypher_bottlenecks.rs",
    "examples/demo_4d_cypher_impact_radius.rs",
    "examples/demo_4d_cypher_match_filters.rs",
    "examples/demo_4d_cypher_queries.rs",
    "examples/demo_4d_cypher_disaster_response.rs",
    "examples/demo_4d_cypher_signal_propagation.rs",
    "examples/demo_4d_cypher_temporal_route.rs",
    "examples/demo_4d_dependency_timeline.rs",
    "examples/demo_4d_impact_radius.rs",
    "examples/demo_4d_route_planning.rs",
    "examples/demo_4d_signal_propagation.rs",
    "examples/demo_4d_temporal_bottlenecks.rs",
    "examples/demo_4d_temporal_delivery.rs",
    "examples/demo_4d_orbit_constellation.rs",
    "examples/demo_4d_metamaterial_design.rs",
    "examples/demo_4d_protein_conformation.rs",
    "benches/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Geometric graph database core - 3D spatial indexing for code analysis"
readme = "README.md"
keywords = [
    "spatial",
    "graph",
    "octree",
    "cfg",
    "morton",
]
categories = [
    "data-structures",
    "algorithms",
    "database-implementations",
]
license = "GPL-3.0-only"
repository = "https://github.com/oldnordic/geographdb-core"

[features]
debug-prints = []
default = []
telemetry = [
    "tracing",
    "dashmap",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "prop_store_benchmarks"
path = "benches/prop_store_benchmarks.rs"
harness = false

[[bench]]
name = "spatial_benchmarks"
path = "benches/spatial_benchmarks.rs"
harness = false

[[bench]]
name = "storage_benchmarks"
path = "benches/storage_benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.13"
features = ["derive"]

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "5.5"
optional = true

[dependencies.glam]
version = "0.27"
features = ["serde"]

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.morton-encoding]
version = "2.0.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.11"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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