# 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 = "2018" rust-version = "1.70" name = "rsbkb" version = "1.7.0" authors = ["Raphaƫl Rigo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rsbkb has multiple tools which are designed to be called directly (through symlinks). This allows various operations on data to be chained easily like CyberChef but through pipes." readme = "README.md" keywords = [ "encode", "decode", "hack", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/trou/rsbkb" [profile.release] lto = true codegen-units = 1 overflow-checks = true [profile.release-small] opt-level = "z" lto = true codegen-units = 1 panic = "abort" overflow-checks = true inherits = "release" strip = true [[bin]] name = "rsbkb" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22" [dependencies.clap] version = "~4.4" features = ["derive"] [dependencies.crc] version = "3" [dependencies.glob] version = "0.3.1" [dependencies.goblin] version = "0.8" features = [ "elf32", "elf64", "endian_fd", ] [dependencies.hex] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-traits] version = "0.2.19" [dependencies.percent-encoding] version = "2.2.0" [dependencies.regex] version = "1.10" features = [ "std", "perf", ] default-features = false [dependencies.time] version = "0.3" features = [ "local-offset", "formatting", ] [dev-dependencies.assert_cmd] version = "=2.0.13" features = ["color-auto"] [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.3.0"