[package] name = "wambo" description = "All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64." version = "0.4.0" authors = ["Philipp Schuster "] edition = "2021" keywords = ["converter", "binary", "hex", "IEEE-754", "bytes"] categories = ["command-line-utilities"] readme = "README.md" license = "MIT" homepage = "https://github.com/phip1611/wambo" repository = "https://github.com/phip1611/wambo" documentation = "https://docs.rs/wambo/" rust-version = "1.75.0" exclude = [ ".editorconfig", ".github", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.28" derive_more = { version = "1.0.0", default-features = false, features = ["display"] } fraction_list_fmt_align = "0.3" regex = "1.11" ratatui = "0.28" # uses crossterm as backend by default