# 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 = "tpt" version = "0.3.0" authors = ["Schmid7k>"] description = "Pure Rust implementation of the Unix concatenate (cat), word-count (wc) and echo command" readme = "README.md" keywords = [ "cat", "wc", "cli", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/Schmid7k/tpt" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false incremental = false [lib] name = "tpt" path = "src/lib.rs" [dependencies.structopt] version = "0.3.26"