# 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 = "hedu" version = "0.2.1" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Hex dumping tool written in Rust" homepage = "https://git.cscherr.de/PlexSheep/hedu" readme = "README.md" keywords = ["hexdumper"] license = "GPL-3.0-or-later" repository = "https://git.cscherr.de/PlexSheep/hedu" [[bin]] name = "hedu" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.4" features = [ "derive", "help", ] [dependencies.libpt] version = "0.5.1" features = [ "bintols", "log", ] default-features = false