# 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 = "shlog" version = "0.1.1" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shlog: A lightweight shell logging tool for tracking and managing command history with easy integration and analysis." documentation = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "shell", "command", "security", "history", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/shlog" [[bin]] name = "shlog" path = "src/main.rs" [dependencies.dirs] version = "1.0" [dependencies.regex] version = "1.0" [dependencies.structopt] version = "0.2"