# 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 = "lavendeux-parser" version = "0.8.1" description = "Extensible parsing engine for expression evaluation" homepage = "https://rscarson.github.io/Lavendeux/" readme = "readme.md" keywords = [ "parser", "text", "math", ] categories = [ "parser-implementations", "development-tools", "command-line-utilities", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rscarson/lavendeux-parser" [dependencies.chrono] version = "0.4.23" [dependencies.js-sandbox] version = "0.1.6" optional = true [dependencies.md-5] version = "0.10.5" optional = true [dependencies.pest] version = "2.5.6" [dependencies.pest_derive] version = "2.5.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = ["blocking"] [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.sha2] version = "0.10.6" optional = true [dev-dependencies.cargo-readme] version = "3.2.0" [dev-dependencies.version-sync] version = "0.9.4" [features] crypto-functions = [ "md-5", "sha2", ] default = [ "extensions", "crypto-functions", ] extensions = ["js-sandbox"]