# 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 = "flipperbit" version = "0.1.3" authors = ["0xor0ne"] description = "Corrupted files generator. Random bits flipper." homepage = "https://github.com/0xor0ne/flipperbit" documentation = "https://github.com/0xor0ne/flipperbit" readme = "README.md" keywords = [ "bit", "fuzzing", "file-manipulation", "flipper", "corruption", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/0xor0ne/flipperbit" resolver = "2" [profile.release] strip = "symbols" [[bin]] name = "flipperbit" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.debugoff] version = "0.2.2" features = [ "obfuscate", "syscallobf", ] optional = true [dependencies.rand] version = "0.8.5" [dependencies.simple-error] version = "0.2.3" [features] dbgoff = ["debugoff"]