# 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 = "memfd-exec" version = "0.2.1" description = "Run an executable directly from memory with a friendly interface." readme = "README.md" license = "MIT" repository = "https://github.com/novafacing/memfd-exec.git" [dependencies.libc] version = "0.2.144" [dependencies.nix] version = "0.26.2" [dev-dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tempfile] version = "3.5.0"