# 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 = "balance-tui" version = "0.1.2" description = "CLI/TUI chemical equation balancer" homepage = "https://github.com/beaconbrigade/balance-tui" readme = "README.md" keywords = [ "chemistry", "cli", "tui", "balance", ] license = "MIT" repository = "https://github.com/beaconbrigade/balance-tui.git" [[bin]] name = "cmbl" path = "src/main.rs" [dependencies.arboard] version = "3.2.0" default-features = false [dependencies.bpaf] version = "0.7.4" features = ["derive"] [dependencies.chem-eq] version = "0.3.2" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.25.0" [dependencies.tui] version = "0.19.0"