# 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 = "exprimo" version = "0.2.0" authors = ["joshua.tracey08@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Exprimo is a JavaScript expression evaluator written in Rust." readme = "README.md" keywords = [ "expression", "eval", "js-expression", "js-eval", "javascript", ] license = "MIT" repository = "https://github.com/josh-tracey/exprimo" [lib] name = "exprimo" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "payload" path = "examples/payload.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "payload" path = "tests/payload.rs" [[test]] name = "primitives" path = "tests/primitives.rs" [dependencies.anyhow] version = "~1" [dependencies.rslint_parser] version = "~0.3" [dependencies.scribe-rust] version = "~0.2" optional = true [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.thiserror] version = "~1" [features] default = [] logging = ["scribe-rust"]