rayforce 0.1.0

Safe Rust bindings for RayforceDB - the ultra-fast columnar database
[build-dependencies.bindgen]
version = "0.69.1"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.chrono]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
features = ["v4"]
version = "1.0"

[dev-dependencies.once_cell]
version = "1.19"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.36"

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

[features]
default = []
system-rayforce = []

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

[package]
authors = ["RayforceDB Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "api-bindings"]
description = "Safe Rust bindings for RayforceDB - the ultra-fast columnar database"
documentation = "https://rs.rayforcedb.com"
edition = "2021"
homepage = "https://rayforcedb.com"
keywords = ["database", "rayforce", "columnar", "time-series", "analytics"]
license = "MIT"
name = "rayforce"
readme = "README.md"
repository = "https://github.com/RayforceDB/rayforce-rs"
rust-version = "1.70"
version = "0.1.0"

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

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

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

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

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

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

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

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