# 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 = "rem-controller" version = "0.1.3" authors = [ "Sewen Thy ", "Matt Britton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Non-local control flow repairer for Rusty Extraction Maestro" readme = "README.md" license = "MIT" repository = "https://github.com/RuleBrittonica/rem-controller" [lib] name = "rem_controller" path = "src/lib.rs" [[bin]] name = "rem-controller" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.convert_case] version = "0.6.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.17" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.rem-utils] version = "0.1.5" [dependencies.syn] version = "1.0.86" features = [ "printing", "parsing", "full", "visit-mut", "visit", ]