# 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 = "2018" name = "egs-api" version = "0.8.0" authors = ["Milan Šťastný "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to the Epic Games API" documentation = "https://docs.rs/egs-api/latest/egs_api/" readme = "README.md" keywords = [ "EpicGames", "Epic", "egs", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/AchetaGames/egs-api-rs" [lib] name = "egs_api" path = "src/lib.rs" [[example]] name = "workflow" path = "examples/workflow.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cookie_store] version = "0.21.0" [dependencies.flate2] version = "1" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", "blocking", ] [dependencies.reqwest_cookie_store] version = "0.8.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3" [dependencies.sha-1] version = "0.10" [dependencies.time] version = "^0.3" features = [ "serde", "parsing", "serde-well-known", ] [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1" features = [ "v4", "serde", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.webbrowser] version = "1"