# 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 = "brain-assistant" version = "0.1.2" description = "Mathematics tool and encyclopedia for the terminal" homepage = "https://github.com/spelbryggeriet/brain-assistant" readme = "README.md" keywords = [ "math", "cli", ] categories = [ "mathematics", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/spelbryggeriet/brain-assistant" [[bin]] name = "brain" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = ["cargo"] [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.26.1" [dependencies.lazy-regex] version = "2.5.0" [dependencies.nom] version = "7.1.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.17.1" [dependencies.ratatui] version = "0.21.0" [dependencies.uuid] version = "1.3.3" features = ["v4"]