x1zz-exec 0.2.1

x1zzLang execution engine — Polars LazyFrame runtime for .xzz pipeline scripts. Heavy dependencies (Polars, encoding_rs) are isolated here.
# 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 = "2024"
name = "x1zz-exec"
version = "0.2.1"
authors = ["Jangseowoo <ax1s.x1zz.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "x1zzLang execution engine — Polars LazyFrame runtime for .xzz pipeline scripts. Heavy dependencies (Polars, encoding_rs) are isolated here."
readme = false
keywords = [
    "data",
    "pipeline",
    "polars",
    "runtime",
    "csv",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/x1zzdev/x1zzLang"
resolver = "2"

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

[[bin]]
name = "x1zz-exec"
path = "src/main.rs"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.polars]
version = "0.53"
features = [
    "lazy",
    "csv",
    "strings",
    "regex",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.x1zz-compiler]
version = "0.2.1"

[dependencies.x1zz-core]
version = "0.2.1"