# 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 = "r-tool" version = "0.1.0" authors = ["Zen Huifer "] description = "rust utils" homepage = "https://huifer.github.io/rtool/" documentation = "https://huifer.github.io/rtool/" readme = "readme.md" keywords = [ "rust", "utils", ] license = "MIT" repository = "https://github.com/huifer/rtool" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.31" [dependencies.encoding_rs] version = "0.8.33" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.rust-crypto] version = "0.2.36" [dependencies.zip] version = "0.6" [dependencies.zip-extensions] version = "0.6" [dev-dependencies.cargo-html] version = "0.2.1" [dev-dependencies.cargo-tarpaulin] version = "0.27.2"