[[bin]]
name = "lbl"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.35"
[dependencies.clap]
features = ["derive", "color", "unstable-styles"]
version = "4.5.2"
[dependencies.inquire]
version = "0.7.1"
[dependencies.lbl-core]
version = "0.1.0"
[dependencies.polars]
features = ["csv", "polars-io", "parquet", "lazy", "polars-ops", "binary_encoding", "string_encoding", "strings", "regex", "partition_by", "is_in"]
version = "0.38.2"
[dependencies.thiserror]
version = "1.0.57"
[dependencies.tokio]
features = ["full"]
version = "1.36.0"
[dependencies.toolstr]
version = "0.1.3"
[package]
description = "lbl is a toolkit for managing address labels"
edition = "2021"
homepage = "https://github.com/paradigmxyz/lbl"
license = "MIT OR Apache-2.0"
name = "lbl-cli"
repository = "https://github.com/paradigmxyz/lbl"
version = "0.1.0"