[package] name = "rust_masscan" version = "0.1.7" edition = "2018" authors = ["leen.zhou.cn"] description = "A module for masscan." readme = "README.md" license = "Apache-2.0" homepage = "https://github.com/w01fb0ss/rust_masscan" repository = "https://github.com/w01fb0ss/rust_masscan" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" log = "0.4.14"