# 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 = "memflowup" version = "0.2.0" authors = [ "Aurimas Blažulionis <0x60@pm.me>", "ko1N ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "setup tool for the memflow physical memory introspection framework" homepage = "https://memflow.github.io" documentation = "https://docs.rs/memflowup" readme = "README.md" keywords = [ "memflow", "introspection", "memflowup", "memory", "dma", ] categories = [ "memory-management", "os", ] license-file = "LICENSE" repository = "https://github.com/memflow/memflowup" [[bin]] name = "memflowup" path = "src/main.rs" [dependencies.bytes] version = "1.7" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.console] version = "0.15" [dependencies.crates_io_api] version = "0.11.0" features = ["rustls"] default-features = false [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11" [dependencies.futures-util] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.inquire] version = "0.7" [dependencies.log] version = "0.4" [dependencies.memflow] version = ">=0.2.3" [dependencies.memflow-registry] version = "0.1" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha256] version = "1.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", "fs", "signal", ] [dependencies.which] version = "6.0" [dependencies.zip] version = "2.2" [target.'cfg(target_family = "unix")'.dependencies.libc] version = "0.2"