# 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 = "retch" version = "1.0.0" authors = ["Jackson Novak "] description = "A simple fetch program built in Rust." readme = "README.md" license = "MIT" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [dependencies.clap] version = "4.4.8" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.fspp] version = "1.1.0" [dependencies.sysinfo] version = "0.29.10"