# 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 = "wfcache-api" version = "1.0.0" authors = ["Youn Mélois "] description = "Application that allows you to read and extract data from Warframe's cache files programmatically" homepage = "https://github.com/sehnryr/wfcache-api" readme = "README.md" keywords = [ "warframe", "cache", "decompression", "cli", "tui", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/sehnryr/wfcache-api" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3.30" [dependencies.indoc] version = "2.0.5" [dependencies.lotus-lib] version = "4.0.0" [dependencies.lotus-utils-audio] version = "0.2.0" [dependencies.lotus-utils-texture] version = "0.2.0" [dependencies.ratatui] version = "0.26.1" features = ["unstable-widget-ref"] [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10"