[package] name = "rem-controller" version = "0.1.3" edition = "2021" authors = ["Sewen Thy ", "Matt Britton "] license = "MIT" description = "Non-local control flow repairer for Rusty Extraction Maestro" repository = "https://github.com/RuleBrittonica/rem-controller" # Forked from: "https://github.com/verse-lab/rustic-cat" [dependencies] colored = "2.0.0" convert_case = "0.6.0" clap = { version = "4.5.20", features = [ "derive" ] } syn = {version="1.0.86", features=["printing", "parsing", "full", "visit-mut", "visit"]} proc-macro2 = { version = "1.0", features = ["span-locations"]} quote = "1.0" env_logger = "0.11.5" log = "0.4.17" rem-utils = "0.1.5" [[bin]] name = "rem-controller" path = "src/main.rs"