# 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 = "cargo-file-gen" version = "1.0.1" authors = ["Jonas Pfeifer"] description = "A program to generate files with a certain size" homepage = "https://todo.com" documentation = "https://todo.com" readme = "README.md" license = "MIT" repository = "https://github.com/JonasPfeifer05/cargo-file-gen" [[bin]] name = "cargo-file-gen" path = "src/main.rs" [dependencies.clap] version = "4.4.8" [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.env_logger] version = "0.10.1" [dependencies.lipsum] version = "0.9.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5"