[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"] [workspace.dependencies] lance = { "version" = "=0.13.0", "features" = ["dynamodb"] } lance-index = { "version" = "=0.13.0" } lance-linalg = { "version" = "=0.13.0" } lance-testing = { "version" = "=0.13.0" } lance-datafusion = { "version" = "=0.13.0" } # Note that this one does not include pyarrow arrow = { version = "51.0", optional = false } arrow-array = "51.0" arrow-data = "51.0" arrow-ipc = "51.0" arrow-ord = "51.0" arrow-schema = "51.0" arrow-arith = "51.0" arrow-cast = "51.0" async-trait = "0" chrono = "=0.4.39" datafusion-physical-plan = "37.1" half = { "version" = "=2.4.1", default-features = false, features = [ "num-traits", ] } futures = "0" log = "0.4" object_store = "0.9.0" pin-project = "1.0.7" snafu = "0.7.4" url = "2" num-traits = "0.2" regex = "1.10" lazy_static = "1"