# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "xpad" version = "0.1.0" authors = ["Peter Goodspeed-Niklaus "] description = "Command line tool to pad delimited fields into neat columns" readme = "README.md" keywords = ["pad", "column", "padding"] categories = ["command-line-interface", "text-processing"] license = "MIT" repository = "https://github.com/coriolinus/pad" [dependencies.clap] version = "2.30.0" [dependencies.failure] version = "0.1.1" [dependencies.itertools] version = "0.7.6" [dependencies.unicode-segmentation] version = "1.2.0"