# 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 = "qwit" version = "1.5.1" description = "A cli to work with dsv files" homepage = "https://github.com/Qwitqwit/qwit-cli" documentation = "https://github.com/Qwitqwit/qwit-cli" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli" [dependencies.calamine] version = "0.24" [dependencies.clap] version = "4.4.8" features = [ "derive", "unstable-doc", "env", ] [dependencies.clap-markdown] version = "0.1.3" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.20" [dependencies.qwitlib] version = "0.3.2" [dependencies.rand] version = "0.8.5" [dependencies.walkdir] version = "2" [dev-dependencies.tempfile] version = "3"