# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "exprtk_rs" version = "0.1.0" authors = [""] description = "Rust bindings to the ExprTk C++ library (http://www.partow.net/programming/exprtk)" documentation = "https://docs.rs/exprtk_rs" readme = "README.md" keywords = ["math", "formula", "parser", "expression", "evaluate"] license = "MIT" repository = "https://github.com/markschl/exprtk_rs" [profile.bench] lto = true [dependencies.enum_primitive] version = "0.1" [dependencies.exprtk_sys] version = "0.1.0" [dependencies.libc] version = "0.2" [dev-dependencies.approx] version = "0.4.0" [features] all = ["exprtk_sys/comments", "exprtk_sys/break_continue", "exprtk_sys/sc_andor", "exprtk_sys/return_statement", "exprtk_sys/rtl_io_file", "exprtk_sys/rtl_vecops", "exprtk_sys/enhanced_features", "exprtk_sys/superscalar_unroll", "exprtk_sys/caseinsensitivity"] break_continue = ["exprtk_sys/break_continue"] caseinsensitivity = ["exprtk_sys/caseinsensitivity"] comments = ["exprtk_sys/comments"] debug = ["exprtk_sys/debug"] default = ["all"] enhanced_features = ["exprtk_sys/enhanced_features"] return_statement = ["exprtk_sys/return_statement"] rtl_io_file = ["exprtk_sys/rtl_io_file"] rtl_vecops = ["exprtk_sys/rtl_vecops"] sc_andor = ["exprtk_sys/sc_andor"] superscalar_unroll = ["exprtk_sys/superscalar_unroll"]