# 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 = "gamels" version = "1.0.0" authors = ["Evan Pratten "] description = "List current directory, converting file names to steam game titles" homepage = "https://github.com/ewpratten/gamels" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/gamels" [dependencies.chrono] version = "^0.4.23" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.colored] version = "^2.0.0" [dependencies.directories] version = "^4.0.1" [dependencies.file-mode] version = "^0.1.2" [dependencies.humansize] version = "^2.1.2" [dependencies.reqwest] version = "^0.11.13" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "^1.0.126" features = ["derive"] [dependencies.serde_json] version = "^1.0.64" [dependencies.thiserror] version = "^1.0.37" [dependencies.tokio] version = "^1.22.0" features = [ "macros", "rt-multi-thread", ] [dependencies.users] version = "^0.11.0"