exprtk_rs 0.0.6

Rust bindings to the ExprTk C++ library (http://www.partow.net/programming/exprtk)
Documentation
# 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]
name = "exprtk_rs"
version = "0.0.6"
authors = ["<markschl19@gmail.com>"]
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.0.5"

[dependencies.libc]
version = "0.2"

[features]
break_continue = ["exprtk_sys/break_continue"]
caseinsensitivity = ["exprtk_sys/caseinsensitivity"]
comments = ["exprtk_sys/comments"]
debug = ["exprtk_sys/debug"]
default = ["comments", "break_continue", "sc_andor", "return_statement", "rtl_io_file", "rtl_vecops", "enhanced_features", "superscalar_unroll", "caseinsensitivity"]
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"]