[package] name = "fuego" version = "0.1.1" edition = "2021" license = "MIT" description = "port scanner api for pelican" documentation = "https://github.com/salugi/f ubluuego" repository ="https://github.com/salugi/fuego" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dns-lookup = "1.0.8" tokio-test = "0.4.2" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0.74" tokio = {version = "1.15.0", features = ["full"] }