1[workspace]2package.version = "0.5.0-pre96"3package.repository = "https://github.com/CertainLach/jrsonnet"4members = ["crates/*", "bindings/jsonnet", "cmds/*", "tests", "xtask"]5default-members = ["cmds/jrsonnet"]6resolver = "2"78[workspace.dependencies]9jrsonnet-evaluator = { path = "./crates/jrsonnet-evaluator", version = "0.5.0-pre96" }10jrsonnet-macros = { path = "./crates/jrsonnet-macros", version = "0.5.0-pre96" }11jrsonnet-parser = { path = "./crates/jrsonnet-parser", version = "0.5.0-pre96" }12jrsonnet-rowan-parser = { path = "./crates/jrsonnet-rowan-parser", version = "0.5.0-pre96" }13jrsonnet-interner = { path = "./crates/jrsonnet-interner", version = "0.5.0-pre96" }14jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre96" }15jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre96" }16jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre96" }1718jrsonnet-gcmodule = "0.3.6"19hi-doc = "0.1.0"2021serde = "1.0.197"22serde_json = "1.0.114"23serde_yaml_with_quirks = "0.8.24"2425anyhow = "1.0.80"26thiserror = "1.0"27mimallocator = "0.1.3"28indoc = "2.0"29dprint-core = "0.65.0"30insta = "1.35"31tempfile = "3.10"32pathdiff = "0.2.1"33hashbrown = "0.14.3"34static_assertions = "1.1"35rustc-hash = "1.1"36bincode = "1.3"37annotate-snippets = "0.10.1"38num-bigint = "0.4.4"39derivative = "2.2.0"40strsim = "0.11.0"41structdump = "0.2.0"42proc-macro2 = "1.0"43quote = "1.0"44syn = "2.0"45peg = "0.8.2"46drop_bomb = "0.1.5"47logos = "0.14.0"48miette = "7.1.0"49rowan = "0.15"50text-size = "1.1"51md5 = "0.7.0"52sha1 = "0.10.6"53sha2 = "0.10.8"54sha3 = "0.10.8"55base64 = "0.21.7"56indexmap = "2.2.3"57itertools = "0.12.1"58ungrammar = "1.16.1"59xshell = "0.2.5"6061clap = "4.5"62clap_complete = "4.5"6364lsp-server = "0.7.6"65lsp-types = "0.95.0"6667regex = "1.10.3"68lru = "0.12.2"6970717273[profile.release]74opt-level = 375lto = "fat"76codegen-units = 177debug = 078panic = "abort"79strip = true8081[profile.releasedebug]82inherits = "release"83debug = 284panic = "unwind"85strip = false