# 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" version = "0.1.18" authors = ["kruserr"] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "i6" description = "A collection of cross platform portable cli tools" 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" [[bin]] name = "i6" path = "src/main.rs" [dependencies.clap] version = "4" [dependencies.i6-http] version = "0.1" [dependencies.i6-pack] version = "0.1" [dependencies.i6-shell] version = "0.1" [dependencies.i6-timer] version = "0.1" [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"