# 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 = "utils-box" version = "0.1.5" authors = ["Agathoklis Papadopoulos "] exclude = [ ".github", "Cargo.toml.orig", "cargo_vcs_info.json", ] description = "A toolbox of various small RUST utilities that make our lifes easier" readme = "README.md" keywords = [ "tools", "utilities", "utils", "toolbox", ] categories = ["utilities"] license = "MIT" repository = "https://github.com/klispap/utils-box" [dependencies.anyhow] version = "1.0.69" [dependencies.chrono] version = "0.4.22" [dependencies.directories] version = "5.0.1" [dependencies.file-rotate] version = "0.7.1" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3.15" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.names] version = "0.14.0" [dependencies.rayon] version = "1.6.0" [dependencies.regex] version = "1.7.1" [dependencies.rust-ini] version = "0.18.0" [dependencies.semver] version = "1.0.16" [dependencies.simplelog] version = "0.11.0" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1" features = [ "rt", "net", "macros", "time", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.6.7" [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "0.6.4" [dependencies.zmq] version = "0.10.0" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.named-lock] version = "0.3.0" [dev-dependencies.tempfile] version = "3.2.0" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.9" [target."cfg(unix)".dependencies.signal-hook-tokio] version = "0.3.0" features = ["futures-v0_3"] [target."cfg(unix)".dependencies.ssh2] version = "0.9.4" features = ["vendored-openssl"]