# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "syscord" version = "0.1.1" authors = ["Evan Pratten "] description = "Display system status as Discord Rich Presence" homepage = "https://github.com/ewpratten/syscord" documentation = "https://docs.rs/syscord" readme = "README.md" keywords = ["discord", "rich-presence"] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/syscord" [dependencies.byte-unit] version = "4.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.colored] version = "2.0.0" [dependencies.ctrlc] version = "3.1" [dependencies.discord-sdk] version = "0.1" [dependencies.os_type] version = "2.3" [dependencies.sysinfo] version = "0.19" [dependencies.tokio] version = "1.9" features = ["macros"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2"