[package] name = "injectsql" version = "0.5.0" edition = "2021" authors = ["João Lucas "] license = "MIT" description = "Command Line Tools to check for SQL Injection vulnerability." readme = "README.md" repository = "https://github.com/heroesofcode/inject-sql" exclude = [".github/**"] [dependencies] reqwest = { version = "0.12.9", features = ["json"] } tokio = { version = "1.41.1", features = ["full"] } scraper = "0.21.0" regex = "1.11.1" colored = "2.1.0" clap = "4.5.20" ratatui = "0.29.0" crossterm = "0.28"