# 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 = "scanflow-cli" version = "0.2.1" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "memory scanner frontent CLI" documentation = "https://docs.rs/scanflow" readme = "README.md" keywords = [ "scanflow", "memflow", "cheatengine", "memory", "dma", ] categories = [ "command-line-utilities", "parsing", "os", "memory-management", ] license = "MIT" repository = "https://github.com/h33p/scanflow" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.either] version = "1" [dependencies.log] version = "0.4" [dependencies.memflow] version = "0.2" [dependencies.scan_fmt] version = "0.2.5" [dependencies.scanflow] version = "0.2" features = ["progress_bar"] [dependencies.simplelog] version = "0.8.0" [dependencies.sudo] version = "0.6"