# 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 = "warframe" version = "6.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async crate to wrap Warframe's Worldstate API." homepage = "https://docs.rs/warframe" documentation = "https://docs.rs/warframe" readme = "README.md" license = "MIT" repository = "https://github.com/Mettwasser/warframe.rs" [lib] name = "warframe" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "serde", "clock", ] [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.moka] version = "0.12.8" features = ["future"] optional = true [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_with] version = "3.11.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.urlencoding] version = "2.1.3" [features] default = ["worldstate"] full = [ "worldstate_full", "market_full", ] market = [] market_cache = [ "market", "dep:moka", ] market_full = [ "market", "market_cache", ] multilangual = ["worldstate"] worldstate = [] worldstate_full = [ "worldstate", "multilangual", "worldstate_listeners", ] worldstate_listeners = ["worldstate"]