[workspace] members = [ "rust/ffi/node", "rust/lancedb", "nodejs", "python", "java/core/lancedb-jni", ] # Python package needs to be built by maturin. exclude = ["python"] resolver = "2" [workspace.package] edition = "2021" authors = ["LanceDB Devs "] license = "Apache-2.0" repository = "https://github.com/lancedb/lancedb" description = "Serverless, low-latency vector database for AI applications" keywords = ["lancedb", "lance", "database", "vector", "search"] categories = ["database-implementations"] rust-version = "1.80.0" # TODO: lower this once we upgrade Lance again. [workspace.dependencies] lance = { "version" = "=0.20.0", "features" = [ "dynamodb", ] } lance-io = "0.20.0" lance-index = "0.20.0" lance-linalg = "0.20.0" lance-table = "0.20.0" lance-testing = "0.20.0" lance-datafusion = "0.20.0" lance-encoding = "0.20.0" # Note that this one does not include pyarrow arrow = { version = "53.2", optional = false } arrow-array = "53.2" arrow-data = "53.2" arrow-ipc = "53.2" arrow-ord = "53.2" arrow-schema = "53.2" arrow-arith = "53.2" arrow-cast = "53.2" async-trait = "0" chrono = "0.4.35" datafusion-common = "42.0" datafusion-physical-plan = "42.0" env_logger = "0.10" half = { "version" = "=2.4.1", default-features = false, features = [ "num-traits", ] } futures = "0" log = "0.4" moka = { version = "0.11", features = ["future"] } object_store = "0.10.2" pin-project = "1.0.7" snafu = "0.7.4" url = "2" num-traits = "0.2" rand = "0.8" regex = "1.10" lazy_static = "1"