# 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 = "meval" version = "0.2.0" authors = ["Norbert Pozar "] exclude = ["README.tpl", ".travis.yml"] description = "A simple math expression parser and evaluator." homepage = "https://github.com/rekka/meval-rs" documentation = "https://docs.rs/meval" readme = "README.md" keywords = ["math", "parser", "expression", "formula", "evaluator"] license = "Unlicense/MIT" repository = "https://github.com/rekka/meval-rs" [package.metadata.docs.rs] features = ["serde"] [dependencies.fnv] version = "1.0.5" [dependencies.nom] version = "1.0.0" [dependencies.serde] version = "1" optional = true [dev-dependencies.gnuplot] version = "0.0.23" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1" [dev-dependencies.toml] version = "0.4.5" [features] default = []