# 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 = "climer" version = "0.7.1" authors = ["Noah Rosenzweig "] description = "CLI timer app" readme = "README.md" keywords = [ "timer", "cli", "command-line", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Noah2610/climer" [[bin]] name = "climer" path = "app/main.rs" required-features = ["cli"] [dependencies.clap] version = "2.32.0" optional = true [dependencies.climer_derive] version = "0.1.0" [dependencies.regex] version = "1.1.0" optional = true [dependencies.serde] version = "1.0.89" optional = true [features] cli = [ "clap", "parser", ] default = ["cli"] parser = ["regex"] serialize = ["serde"]