rayforce-sys 1.0.1

Raw FFI bindings to the RayforceDB v2 core (librayforce)
# 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.74"
name = "rayforce-sys"
version = "1.0.1"
authors = ["RayforceDB"]
build = "build.rs"
links = "rayforce"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the RayforceDB v2 core (librayforce)"
homepage = "https://rs.rayforcedb.com"
documentation = "https://rs.rayforcedb.com"
readme = "README.md"
keywords = [
    "rayforce",
    "database",
    "columnar",
    "kdb",
    "timeseries",
]
categories = [
    "external-ffi-bindings",
    "database",
]
license = "MIT"
repository = "https://github.com/RayforceDB/rayforce-rs"

[lib]
name = "rayforce_sys"
path = "src/lib.rs"
doctest = false

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

[build-dependencies.bindgen]
version = "0.70"

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