# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wfm_cli" version = "0.1.0" authors = ["Jasper Fortuin "] exclude = ["test-data"] description = "A command-line tool to see what the best relic reward is, based on warframe.market platinum prices" keywords = ["warframe", "warframe-market"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zeskeertwee/wfm_cli" [dependencies.anyhow] version = "1.0.40" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.device_query] version = "0.2.8" [dependencies.home] version = "0.5.3" [dependencies.image] version = "0.23.14" [dependencies.levenshtein] version = "1.0.5" [dependencies.screenshot-rs] version = "0.1.5" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tesseract] version = "0.9.0" [dependencies.text_io] version = "0.1.8" [dependencies.tokio] version = "1.5.0" features = ["macros", "rt-multi-thread"] [dependencies.wfm_rs] version = "0.1.0"