evolution 1.3.0

Efficiently evolve your old fixed-length data files into modern file formats.
[[bin]]
bench = false
name = "evolution"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
features = ["derive", "default"]
version = "4.5.4"

[dependencies.colored]
version = "2.1.0"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.evolution-common]
version = "1.3.0"

[dependencies.evolution-converter]
version = "1.3.0"

[dependencies.evolution-mocker]
optional = true
version = "1.3.0"

[dependencies.evolution-target]
version = "1.3.0"

[dependencies.log]
version = "0.4.21"

[features]
default = []
mock = ["dep:evolution-mocker"]
nightly = []

[package]
authors = ["Ted Hammarlund <TedHammarlund@gmail.com>", "Rickard Lundin <rickard@x14.se>", "Wilhelm Ă…gren <wilhelmagren98@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["science", "database", "concurrency", "command-line-interface"]
description = "Efficiently evolve your old fixed-length data files into modern file formats."
edition = "2021"
homepage = "https://github.com/firelink-data/evolution"
keywords = ["arrow", "parquet", "concurrency", "data-engineering", "ETL"]
license = "MIT"
name = "evolution"
publish = true
readme = "README.md"
repository = "https://github.com/firelink-data/evolution"
version = "1.3.0"