# 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 = "ensan" version = "0.2.1" authors = [ "Pornpipat Popum ", "Mado ", ] exclude = ["proc-macro"] description = "Extended HCL expression evaluator" homepage = "https://fyralabs.com" documentation = "https://docs.rs/ensan" readme = "README.md" keywords = [ "hcl", "parser", "evaluator", "configuration", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/FyraLabs/ensan" [[bench]] name = "ensan-benchmarks" harness = false [dependencies.base64] version = "0.22" [dependencies.bcrypt] version = "0.15.1" [dependencies.ensan-proc-macro] version = "0.1" [dependencies.hcl-rs] version = "~0.18" [dependencies.itertools] version = "0.13.0" [dependencies.md-5] version = "0.10" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yml] version = ">=0.0.7" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "~1" [dependencies.uuid] version = "1.8.0" features = [ "v5", "v4", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]