# 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 = "jrsonnet-evaluator" version = "0.5.0-pre95" authors = ["Yaroslav Bolyukin "] description = "jsonnet interpreter" readme = "README.md" license = "MIT" repository = "https://github.com/CertainLach/jrsonnet" [dependencies.annotate-snippets] version = "0.9.1" features = ["color"] optional = true [dependencies.anyhow] version = "1.0" optional = true [dependencies.async-trait] version = "0.1.60" optional = true [dependencies.bincode] version = "1.3" optional = true [dependencies.derivative] version = "2.2.0" [dependencies.hashbrown] version = "0.13.2" [dependencies.jrsonnet-gcmodule] version = "0.3.6" [dependencies.jrsonnet-interner] version = "0.5.0-pre95" [dependencies.jrsonnet-macros] version = "0.5.0-pre95" [dependencies.jrsonnet-parser] version = "0.5.0-pre95" [dependencies.jrsonnet-types] version = "0.5.0-pre95" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] optional = true [dependencies.pathdiff] version = "0.2.1" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.static_assertions] version = "1.1" [dependencies.strsim] version = "0.10.0" [dependencies.thiserror] version = "1.0" [features] anyhow-error = ["anyhow"] async-import = ["async-trait"] default = ["explaining-traces"] exp-bigint = [ "num-bigint", "jrsonnet-types/exp-bigint", ] exp-destruct = ["jrsonnet-parser/exp-destruct"] exp-null-coaelse = ["jrsonnet-parser/exp-null-coaelse"] exp-object-iteration = [] exp-preserve-order = [] explaining-traces = ["annotate-snippets"] nightly = ["hashbrown/nightly"]