# 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" rust-version = "1.75.0" name = "wambo" version = "0.4.0" authors = ["Philipp Schuster "] build = false exclude = [ ".editorconfig", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64." homepage = "https://github.com/phip1611/wambo" documentation = "https://docs.rs/wambo/" readme = "README.md" keywords = [ "converter", "binary", "hex", "IEEE-754", "bytes", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/phip1611/wambo" [[bin]] name = "wambo" path = "src/main.rs" [dependencies.crossterm] version = "0.28" [dependencies.derive_more] version = "1.0.0" features = ["display"] default-features = false [dependencies.fraction_list_fmt_align] version = "0.3" [dependencies.ratatui] version = "0.28" [dependencies.regex] version = "1.11"