# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rair" version = "0.1.0" authors = ["oddcoder "] description = "Reverse Engineering framework written in rust." readme = "readme.md" keywords = ["Reverse", "Engineering", "Assembly", "Disassembly", "Analysis"] categories = ["command-line-utilities", "Reverse-Engineering"] license = "GPL-3.0-or-later" repository = "https://github.com/oddcoder/rair" [[bin]] name = "rair" path = "src/rair.rs" [dependencies.app_dirs] version = "1.2" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.rair-io] version = "0.1" [dependencies.rcmd] version = "0.1" [dependencies.rcore] version = "0.1" [dependencies.rtrees] version = "0.1" [dependencies.rustyline] version = "5.0" [dependencies.rustyline-derive] version = "0.2" [dependencies.yansi] version = "0.5"