# 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 = "injectsql" version = "0.5.0" authors = ["João Lucas "] build = false exclude = [".github/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Command Line Tools to check for SQL Injection vulnerability." readme = "README.md" license = "MIT" repository = "https://github.com/heroesofcode/inject-sql" [[bin]] name = "injectsql" path = "src/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.28" [dependencies.ratatui] version = "0.29.0" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.scraper] version = "0.21.0" [dependencies.tokio] version = "1.41.1" features = ["full"]