# 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 = "dmntk-feel-parser" version = "0.3.6" authors = ["Dariusz Depta "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "DMNTK | FEEL parser" documentation = "https://docs.rs/dmntk-feel-parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dmntk/dmntk.rs.git" [lib] name = "dmntk_feel_parser" path = "src/lib.rs" [[test]] name = "boxed_expression" path = "tests/boxed_expression.rs" [[test]] name = "expression" path = "tests/expression.rs" [[bench]] name = "addition" path = "benches/addition.rs" [[bench]] name = "context" path = "benches/context.rs" [[bench]] name = "division" path = "benches/division.rs" [[bench]] name = "filter" path = "benches/filter.rs" [[bench]] name = "function_definition" path = "benches/function_definition.rs" [[bench]] name = "quantified_expression" path = "benches/quantified_expression.rs" [dependencies.dmntk-common] version = "0.3.6" [dependencies.dmntk-feel] version = "0.3.6" [dependencies.dmntk-macros] version = "0.3.6" [dev-dependencies.difference] version = "2.0.0" [build-dependencies.dmntk-feel-grammar] version = "0.3.6" [features] parsing-tables = []