# 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 = "distore" version = "0.3.0" authors = ["Deniz Demir "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility to use Discord as cloud storage" homepage = "https://github.com/obvMellow/distore" readme = "README.md" keywords = [ "cli", "discord", "cloud", "storage", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/obvMellow/distore" [[bin]] name = "distore" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.libdistore] version = "0.3.0" [dependencies.tokio] version = "1.39.3" features = ["rt-multi-thread"]