# 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 = "steam-profile" version = "0.1.6" authors = ["elmer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to get basic profile statistics from steam" readme = "README.md" license = "MIT" repository = "https://github.com/ElmerByte/steam-profile" [lib] name = "steam_profile" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.owo-colors] version = "4.0.0" optional = true [dependencies.regex] version = "1.10.6" [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tabled] version = "0.15.0" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "rt-multi-thread", "macros", ] optional = true [dependencies.tokio-macros] version = "2.4.0" optional = true [dependencies.ureq] version = "2.10.1" [features] async = [ "dep:tokio", "tokio-macros", ] default = [ "print", "sync", ] print = [ "dep:owo-colors", "dep:tabled", ] sync = []