[package] name = "rca" version = "0.1.0" edition = "2021" authors = ["Sofiane Akermoun "] description = """ rca is a Rust Code Analyzer tool that searches for security and code quality issues in cargo and Rust projects. """ keywords = ["security", "quality", "vulnerability", "audit", "code"] license = "Unlicense OR MIT" documentation = "https://github.com/hknio/rca" homepage = "https://github.com/hknio/rca" repository = "https://github.com/hknio/rca" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]