# 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 = "libdistore" version = "0.3.0" authors = ["Deniz Demir "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for Distore" homepage = "https://github.com/obvMellow/distore" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/obvMellow/distore" [lib] name = "libdistore" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-std] version = "1.13.0" [dependencies.colog] version = "1.3.0" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.gtk] version = "0.9.1" features = ["v4_14"] package = "gtk4" [dependencies.indicatif] version = "0.17.8" [dependencies.indicatif-log-bridge] version = "0.2.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rust-ini] version = "0.21.1" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.serenity] version = "0.12.2" features = [ "client", "gateway", "rustls_backend", "model", ] default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"]