lance-tools 1.0.3

Tools for interacting with Lance files and tables
Documentation
# 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"
rust-version = "1.82.0"
name = "lance-tools"
version = "1.0.3"
authors = ["Lance Devs <dev@lance.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for interacting with Lance files and tables"
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/lance-format/lance"

[lib]
name = "lance_tools"
path = "src/lib.rs"

[[bin]]
name = "lance-tools"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "derive",
]

[dependencies.lance-core]
version = "=1.0.3"

[dependencies.lance-file]
version = "=1.0.3"

[dependencies.lance-io]
version = "=1.0.3"
default-features = false

[dependencies.object_store]
version = "0.12.3"

[dependencies.snafu]
version = "0.8"

[dependencies.tokio]
version = "1.23"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "sync",
]

[dependencies.url]
version = "2.5.7"