# 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 = "rust-metasploit" version = "1.2.0" authors = ["h4ck3r@parrot"] description = "Rust wrapper for metasploit" homepage = "https://docs.rs/rust-metasploit/1.2.0/metasploit/" documentation = "https://docs.rs/rust-metasploit/1.2.0/metasploit/" readme = "README.md" keywords = [ "metasploit", "hacking", "msf", "penetration", ] license-file = "LICENSE" repository = "https://github.com/parrothacker1/rust-metasploit" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "metasploit" [dependencies.doc-cfg] version = "0.1" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.rmp-serde] version = "1.1.1" [dependencies.rmpv] version = "1.0.0" features = ["with-serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tokio] version = "1.28.1" optional = true [features] async = ["tokio"] blocking = [] default = ["blocking"] unstable-doc-cfg = []