# 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 = "wambo" version = "0.3.1" authors = ["Philipp Schuster "] exclude = [ ".editorconfig", ".github", ] 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" [dependencies.crossterm] version = "0.25" [dependencies.derive_more] version = "0.99" features = ["display"] default-features = false [dependencies.fraction_list_fmt_align] version = "0.2" [dependencies.regex] version = "1.6" [dependencies.tui] version = "0.19"