# 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 = "expr-solver" version = "1.0.6" authors = ["Prashant Rahul "] description = "Solves a mathematical expression while following precedence and associativity." homepage = "https://github.com/prashantrahul141/expr-solver" readme = "README.md" keywords = [ "expression", "parser", "lexer", "interpreter", ] categories = [ "compilers", "parser-implementations", ] license = "MIT" repository = "https://github.com/prashantrahul141/expr-solver" [dependencies.log] version = "0.4.20"