# 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 = "inslice" version = "1.1.0" authors = ["jace-ys "] description = "A command-line utility for filtering text input by columns and rows" homepage = "https://github.com/jace-ys/inslice" readme = "README.md" keywords = [] categories = ["command-line-utilities", "text-processing"] license = "MIT" repository = "https://github.com/jace-ys/inslice" [[bin]] name = "colslc" path = "src/bin/colslc/main.rs" [[bin]] name = "rowslc" path = "src/bin/rowslc/main.rs" [dependencies.clap] version = "3.0.0-beta.5"