[package] name = "oxrocksdb-sys" version = "0.3.16-dev" authors = ["Tpt "] license = "GPL-2.0 OR Apache-2.0" repository = "https://github.com/oxigraph/oxigraph/tree/main/oxrocksdb-sys" readme = "README.md" description = """ Rust bindings for RocksDB for Oxigraph usage. """ edition = "2021" rust-version = "1.60" build = "build.rs" links = "rocksdb" [dependencies] libc = "0.2" [build-dependencies] bindgen = "0.65" cc = { version = "1", features = ["parallel"] }