zyxdb-sys 0.1.28

Raw Driver ABI bindings for the ZYX embedded graph database
# 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 = "zyxdb-sys"
version = "0.1.28"
build = "build.rs"
links = "zyx"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Driver ABI bindings for the ZYX embedded graph database"
homepage = "https://try-zyx.github.io/zyx"
documentation = "https://try-zyx.github.io/zyx/en/docs/zyx/api"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "cypher",
    "ffi",
]
categories = [
    "database",
    "external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/nexepic/zyx"

[features]
bundled = ["dep:zyx-src"]
default = ["bundled"]
system = []

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

[dependencies]

[build-dependencies.zyx-src]
version = "0.1.28"
optional = true