# 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 = "lance-jni" version = "0.13.0" description = "JNI bindings for Lance Columnar format" readme = "README.md" keywords = [ "data-format", "data-science", "machine-learning", "apache-arrow", "data-analytics", ] categories = [ "database-implementations", "data-structures", "development-tools", "science", ] license = "Apache-2.0" repository = "https://github.com/lancedb/lance" [lib] crate-type = ["cdylib"] [dependencies.arrow] version = "51.0.0" features = [ "prettyprint", "ffi", ] [dependencies.arrow-schema] version = "51.0" [dependencies.datafusion] version = "37.1" features = [ "array_expressions", "regex_expressions", ] default-features = false [dependencies.jni] version = "0.21.1" [dependencies.lance] version = "=0.13.0" features = ["substrait"] [dependencies.lance-io] version = "=0.13.0" [dependencies.lazy_static] version = "1" [dependencies.serde] version = "^1" [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.7.5" [dependencies.tokio] version = "1.23" features = [ "rt-multi-thread", "macros", "fs", "sync", ]