# 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_rs" version = "0.0.0" authors = ["Cryptex"] description = " A safe and simple math evaluator for Rust and Python." keywords = [ "math", "evaluator", "safe", "rust", "python", ] categories = [ "command-line-utlilities", "parsing", ] license = "MIT" repository = "https://github.com/Cryptex-github/expr.rs" resolver = "2" [lib] name = "expr_rs" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "expr" path = "src/bin/expr.rs" [dependencies.chumsky] version = "0.8" [dependencies.pyo3] version = "0.16.4" features = ["extension-module"] optional = true [dependencies.rust_decimal] version = "1.23" features = ["maths"] [features] python = ["dep:pyo3"]