# 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 = "2018" name = "prexel" version = "0.1.9" authors = ["Freddy L"] description = "A math expression evaluator" homepage = "https://crates.io/crates/prexel/" documentation = "https://docs.rs/prexel/" categories = ["mathematics", "algorithms", "parsing", "text-processing"] license = "MIT" repository = "https://github.com/Neo-Ciber94/prexel-rs/" [[bench]] name = "trait_object_vs_generic" harness = false [dependencies.num-complex] version = "0.2.4" optional = true [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.ritelinked] version = "0.3.2" optional = true [dependencies.rust_decimal] version = "1.2.2" features = ["maths"] optional = true [dependencies.rust_decimal_macros] version = "1.2.2" optional = true [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.bigdecimal] version = "0.1.0" [features] binary = [] complex = ["num-complex"] decimal = ["rust_decimal", "rust_decimal_macros"] default = ["docs", "linked-hashmap"] docs = [] linked-hashmap = ["ritelinked"]