[workspace] members = ["rust/ffi/node", "rust/vectordb"] # Python package needs to be built by maturin. exclude = ["python"] resolver = "2" [workspace.dependencies] lance = { "version" = "=0.8.3", "features" = ["dynamodb"] } lance-linalg = { "version" = "=0.8.3" } lance-testing = { "version" = "=0.8.3" } # Note that this one does not include pyarrow arrow = { version = "43.0.0", optional = false } arrow-array = "43.0" arrow-data = "43.0" arrow-ipc = "43.0" arrow-ord = "43.0" arrow-schema = "43.0" arrow-arith = "43.0" arrow-cast = "43.0" chrono = "0.4.23" half = { "version" = "=2.2.1", default-features = false, features = [ "num-traits" ] } log = "0.4" object_store = "0.6.1" snafu = "0.7.4" url = "2"