# 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 = "pillar" version = "0.1.2" authors = ["Ando \"Thor\" Nando "] include = [ "src/main.rs", "README.md", ] description = """ pillar is a small tool to format lines into columns """ homepage = "https://github.com/DivineGod/pillar" documentation = "https://github.com/DivineGod/pillar" readme = "README.md" keywords = [ "column", "tab", "table", "pad", "padding", ] categories = [ "command-line-utilities", "text-processing", ] license = "Unlicense OR MIT" repository = "https://github.com/DivineGod/pillar" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "pillar" path = "src/main.rs" bench = false [dependencies.regex] version = "1.7.1" [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.20.0"