# 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 = "xtab" version = "0.0.8" authors = ["sharkLoc "] description = "xtab: CSV command line utilities" homepage = "https://github.com/sharkLoc/xtab" readme = "README.md" keywords = [ "csv", "tsv", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sharkLoc/xtab" [profile.release] strip = true [dependencies.anyhow] version = "1.0.82" [dependencies.atty] version = "0.2.14" [dependencies.bzip2] version = "0.4.4" [dependencies.calamine] version = "0.24.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.comfy-table] version = "7.1.1" [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.28" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.regex] version = "1.10.4" [dependencies.rust_xlsxwriter] version = "0.64.2" [dependencies.thiserror] version = "1.0.60" [dependencies.xz2] version = "0.1.7"