# 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 = "rfgen" version = "0.2.0" authors = ["Antosser"] description = "Program to create large file consisting of random data" readme = "README.md" keywords = [ "random", "file", "generator", "rust", ] categories = ["utilities"] license = "MIT" repository = "https://github.com/Antosser/random-file-generator-rs" [[bin]] name = "rfgen" path = "src/main.rs" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.3"