# 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 = "rion" version = "0.0.2" authors = ["rexraphael "] description = "templating engine" readme = "README.md" keywords = [ "template", "html", ] categories = ["template-engine"] license = "Apache-2.0 OR MIT" [[bench]] name = "benchmarks" harness = false [dependencies.jsonpath-plus] version = "0.1" [dependencies.once_cell] version = "1.17" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde_derive] version = "1.0"