You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
697 B
TOML

[package]
name = "cozo_java"
version = "0.2.1"
edition = "2021"
license = "MPL-2.0"
homepage = "https://github.com/cozodb/cozo"
repository = "https://github.com/cozodb/cozo"
documentation = "https://cozodb.github.io/current/manual"
description = "Java bindings for CozoDB"
[lib]
crate-type = ["cdylib"]
[features]
2 years ago
storage-rocksdb = ["cozo/storage-rocksdb"]
jemalloc = ["cozo/jemalloc"]
io-uring = ["cozo/io-uring"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jni = "0.20.0"
2 years ago
# , features = ["compact"]
cozo = { version = "0.2.1", path = "../cozo-core", default_features = false, features = ["compact"] }
lazy_static = "1.4.0"