# 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 = "math_repl" version = "0.2.1" description = "Simple REPL for all different kinds of math." readme = "README.md" keywords = [ "math_repl", "mathrepl", "repl", "mathcli", "math", ] categories = [ "mathematics", "command-line-utilities", ] license-file = "LICENSE.txt" repository = "https://github.com/Waigo01/math_repl" [package.metadata.docs.rs] features = ["doc-images"] [dependencies.console] version = "0.15.8" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.math_utils_lib] version = "^0.3.0" [features] doc-images = []