# 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 = "rust_kits" version = "0.1.6" authors = ["Andy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust tool kits" homepage = "https://github.com/peacess/rust" readme = "README.md" keywords = [ "rust", "kits", ] categories = ["concurrency"] license = "Apache-2.0" repository = "https://github.com/peacess/rust" [lib] name = "rust_kits" path = "src/lib.rs" [[bin]] name = "generate_certificate" path = "src/bin/generate_certificate.rs" [[bin]] name = "remove_files" path = "src/bin/remove_files.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.atomic_g] version = "0.6.0" package = "atomic" [dependencies.bytemuck] version = "1.18.0" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.log] version = "0.4.22" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.parking_lot] version = "0.12.3" [dependencies.rcgen] version = "0.13.1" features = [ "pem", "x509-parser", "aws_lc_rs", ] [dependencies.walkdir] version = "2.5.0"