# 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 = "ariane" version = "1.0.4" authors = ["Nofix"] description = "Rust tool to recover symbols from release compiled executables" readme = "README.md" keywords = [ "strip", "reverse-engineering", "symbol", "rust", ] license-file = "LICENSE" repository = "https://github.com/N0fix/ariane" [lib] name = "ariane" path = "src/lib.rs" [[bin]] name = "ariane" path = "src/bin.rs" [dependencies.clap] version = "4.4.1" features = ["derive"] [dependencies.crates_io_api] version = "0.8.1" [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.27" [dependencies.fuzzyhash] version = "0.2.2" [dependencies.goblin] version = "0.7.1" [dependencies.hex] version = "0.4.3" [dependencies.iced-x86] version = "1.20.0" features = [ "std", "decoder", "masm", ] default-features = false [dependencies.indicatif] version = "0.17.6" [dependencies.itertools] version = "0.11.0" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.20" [dependencies.object] version = "0.32.1" [dependencies.pdb] version = "0.8.0" [dependencies.regex] version = "1.9.4" [dependencies.reqwest] version = "0.11.20" [dependencies.semver] version = "1.0.18" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tar] version = "0.4.40" [dependencies.toml_edit] version = "0.19.14" features = ["serde"]