# 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 = "metrics_evaluation" version = "0.1.8" authors = ["Dirk Faust "] description = "Small foot-print parser and solver for (nested) text-based comparisons" readme = "README.md" keywords = [ "comparison", "parser", "metrics", "evaluation", ] license = "MIT" repository = "https://github.com/Dirk007/metrics_evaluation" resolver = "2" [lib] name = "metrics_evaluation" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple/src/main.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.async-recursion] version = "1.0.0" optional = true [dependencies.async-trait] version = "0.1.56" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.humantime] version = "2.1.0" [dependencies.nom] version = "7.1.1" [dependencies.parse-hyperlinks] version = "0.23.3" [dependencies.serde] version = "1.0.139" optional = true [dependencies.tokio] version = "1.20.0" features = [ "rt", "macros", ] optional = true [dev-dependencies.tokio-test] version = "0.4.2" [features] async = [ "tokio", "async-trait", "async-recursion", ] default = [] lax_comparison = [] serde_de = ["serde"]