# 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 = "project_ares_test" version = "0.10.0" description = "Automated decoding tool, Ciphey but in Rust" readme = "README.md" license = "MIT" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "ares" path = "src/lib.rs" bench = false [[bin]] name = "ares" path = "src/main.rs" bench = false [[bench]] name = "benchmark_crackers" harness = false [dependencies.ansi_term] version = "0.12.1" [dependencies.base64] version = "0.20.0" [dependencies.base65536] version = "1.0.1" [dependencies.base91] version = "0.1.0" [dependencies.bs58] version = "0.4.0" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.crossbeam] version = "0.8" [dependencies.data-encoding] version = "2.3.3" [dependencies.env_logger] version = "0.10.0" [dependencies.include_dir] version = "0.7.3" [dependencies.lazy-regex] version = "2.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lemmeknow] version = "0.7.0" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.once_cell] version = "1.17.0" [dependencies.rayon] version = "1.6.1" [dependencies.regex] version = "1.7.1" [dependencies.text_io] version = "0.1.12" [dev-dependencies.criterion] version = "0.4.0"