[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.17", "features" = ["dynamodb"] } lance-index = { "version" = "=0.8.17" } lance-linalg = { "version" = "=0.8.17" } lance-testing = { "version" = "=0.8.17" } # Note that this one does not include pyarrow arrow = { version = "47.0.0", optional = false } arrow-array = "47.0" arrow-data = "47.0" arrow-ipc = "47.0" arrow-ord = "47.0" arrow-schema = "47.0" arrow-arith = "47.0" arrow-cast = "47.0" chrono = "0.4.23" half = { "version" = "=2.3.1", default-features = false, features = [ "num-traits", ] } log = "0.4" object_store = "0.7.1" snafu = "0.7.4" url = "2"