# 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 = "Hela" version = "0.1.4" authors = ["Rohit Kumar (@rohitcoder)"] description = "This tool helps in running Static Code Analysis (SCA), Static Application Security Testing (SAST), Secret scanning, and License compliance scanning on your project. It also allows you to write your own policy files in YAML format to enforce blocking in pipelines when security issues are detected." readme = "README.md" keywords = [ "sca", "sast", "codesecurity", "security", "cybersecurity", ] license = "MIT" repository = "https://github.com/rohitcoder/hela" [profile.release] debug = true [dependencies.actix-web] version = "4.0" [dependencies.argparse] version = "0.2.2" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.mongodb] version = "2.5.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.proc-macro2] version = "1.0.63" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = [ "native-tls", "blocking", "rustls-tls", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3.26"