# 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 = "gigurra-rust-util" version = "0.1.2" authors = ["Johan Kjölhede "] description = "Testing to build a utils lib while learning rust" homepage = "https://github.com/gigurra/rust-util" license-file = "LICENSE" resolver = "2" [dependencies.aes-gcm] version = "0.9.4" [dependencies.clap] version = "3.0.0-rc.9" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4" features = ["std", "serde"] [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "1.16.0"