radixdb-spatial 1.0.0

Reference native spatial extension for RadixDB
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.97"
name = "radixdb-spatial"
version = "1.0.0"
authors = ["RadixDB contributors"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference native spatial extension for RadixDB"
homepage = "https://radixdb.org"
documentation = "https://radixdb.org/manual/1.2/en/programming/native-extensions/"
readme = "README.md"
keywords = [
    "database",
    "sql",
    "spatial",
    "extension",
    "rust",
]
categories = ["database-implementations"]
license = "Apache-2.0"
repository = "https://github.com/IllayDevel/RadixDB"

[lib]
name = "radixdb_spatial"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

[dependencies.radixdb-plugin]
version = "=1.1.0"

[dev-dependencies.radixdb-core]
version = "=1.1.0"

[dev-dependencies.radixdb-executor]
version = "=1.1.0"
features = ["test-hooks"]

[dev-dependencies.radixdb-plugin-host]
version = "=1.1.0"
features = ["test-hooks"]

[dev-dependencies.radixdb-storage]
version = "=1.1.0"
features = [
    "test-failpoints",
    "test-hooks",
]

[dev-dependencies.smallvec]
version = "1.11"

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

[profile.release]
panic = "unwind"