# 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 = "discord-backup-util" version = "0.3.0" authors = ["buj"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny tool to backup stuff to Discord" homepage = "https://github.com/5GameMaker/discord-backup-util" readme = "README.md" keywords = [ "cli", "discord", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/5GameMaker/discord-backup-util" [[bin]] name = "discord-backup-util" path = "src/main.rs" [dependencies.minreq] version = "2.12.0" features = ["https-bundled-probe"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.tinyjson] version = "2.5.1" [dependencies.ureq] version = "2.10.1" optional = true [dependencies.zip] version = "2.2.0" features = [ "aes", "aes-crypto", "deflate", "deflate-zlib", "deflate64", ] default-features = false [features] default = ["ureq"] minreq = ["dep:minreq"] ureq = ["dep:ureq"]