# 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 = "2018" name = "fixed2csv" version = "1.0.0" authors = ["Eric Kidd "] description = "Convert files with fixed-width columns to CSV" homepage = "https://github.com/faradayio/csv-tools/tree/main/fixed2csv" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/faradayio/csv-tools" [dependencies.csv] version = "1.0.2" [dependencies.env_logger] version = "0.9.0" [dependencies.failure] version = "0.1.3" [dependencies.humansize] version = "1" [dependencies.humantime] version = "2" [dependencies.log] version = "0.4.6" [dependencies.structopt] version = "0.3.21"