filterx 0.3.3

A command line tool to filter data by using python-like syntax
Documentation
[[bin]]
name = "filterx"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.17"

[dependencies.filterx_core]
version = "0.3.3"

[dependencies.filterx_engine]
version = "0.3.3"

[dependencies.filterx_info]
version = "0.3.3"

[dependencies.filterx_source]
version = "0.3.3"

[dependencies.polars]
default-features = false
features = ["lazy", "csv", "strings", "string_reverse", "concat_str", "regex", "semi_anti_join", "streaming", "cum_agg", "avx512", "dtype-u8", "dtype-u16", "dtype-i16", "dtype-i8", "abs", "decompress", "describe", "fmt", "fmt_no_tty", "dynamic_group_by", "cse", "fused", "rows", "simd", "sql", "is_in"]
version = "0.45.1"

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

[package]
authors = ["dwpeng"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command line tool to filter data by using python-like syntax"
edition = "2021"
homepage = "https://github.com/dwpeng/filterx"
license = "MIT"
name = "filterx"
readme = "README.md"
repository = "https://github.com/dwpeng/filterx"
version = "0.3.3"