# 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" rust-version = "1.74.0" name = "memflow-registry" version = "0.1.0" authors = [ "ko1N ", "Aurimas Blažulionis <0x60@pm.me>", ] description = "docker-like registry server for memflow plugins" homepage = "https://memflow.github.io" documentation = "https://docs.rs/memflow-registry" readme = "README.md" keywords = [ "memflow", "introspection", "memory", "dma", ] categories = [ "memory-management", "os", ] license = "MIT" repository = "https://github.com/memflow/memflow-registry" [dependencies.axum] version = "0.7" features = ["multipart"] [dependencies.axum-extra] version = "0.9" features = ["typed-header"] [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.k256] version = "0.13" features = [ "serde", "pem", ] [dependencies.log] version = "0.4" [dependencies.memflow] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", "stream", "multipart", ] 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.39.0" features = [ "macros", "rt-multi-thread", "fs", "signal", ] [dependencies.tokio-util] version = "0.7" features = ["io"] [dev-dependencies.tempfile] version = "3.10" [dev-dependencies.tower] version = "0.4"