# 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 = "i6-timer" version = "0.1.18" authors = ["kruserr"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli timer tool" readme = "README.md" keywords = [ "cli", "terminal", "utility", "tool", "command", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "AGPL-3.0" repository = "https://github.com/kruserr/i6" [lib] name = "i6_timer" path = "src/lib.rs" [dependencies] [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"