# 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" name = "evolution" version = "1.3.0" authors = [ "Ted Hammarlund ", "Rickard Lundin ", "Wilhelm Ă…gren ", ] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Efficiently evolve your old fixed-length data files into modern file formats." homepage = "https://github.com/firelink-data/evolution" readme = "README.md" keywords = [ "arrow", "parquet", "concurrency", "data-engineering", "ETL", ] categories = [ "science", "database", "concurrency", "command-line-interface", ] license = "MIT" repository = "https://github.com/firelink-data/evolution" [[bin]] name = "evolution" path = "src/main.rs" bench = false [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = [ "derive", "default", ] [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] version = "1.3.0" optional = true [dependencies.evolution-target] version = "1.3.0" [dependencies.log] version = "0.4.21" [features] default = [] mock = ["dep:evolution-mocker"] nightly = []