# 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 = "log-cli" version = "0.0.9" authors = ["cnpryer "] description = "Command line interface for log files." homepage = "https://github.com/cnpryer/log-cli.git" readme = "README.md" keywords = [ "cli", "log", "parser", ] categories = [ "command-line-interface", "development-tools", ] license = "MIT" repository = "https://github.com/cnpryer/log-cli.git" resolver = "2" [[bin]] name = "log-cli" path = "src/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.17" features = [ "std", "cargo", ] default_features = false