# 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 = "temprs" version = "0.5.2" authors = ["Jacob Menke "] description = "A temporary file manager with stack mechanism" homepage = "https://github.com/MenkeTechnologies/temprs" readme = "README.md" keywords = [ "cli", "temporary-file", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MenkeTechnologies/temprs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "temprs" path = "src/main.rs" [[bin]] name = "tp" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.3.3" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.simple_logger] version = "1.13.0"