@@ -14,36 +14,29 @@ rust-version = "1.86.0"
1414
1515[workspace .dependencies ]
1616# supporting crates unrelated to postgres
17- anyhow = " 1.0.92"
18- biome_deserialize = " 0.6.0"
19- biome_deserialize_macros = " 0.6.0"
20- biome_js_factory = " 0.5.7"
21- biome_js_formatter = " 0.5.7"
22- biome_js_syntax = " 0.5.7"
23- biome_rowan = " 0.5.7"
24- biome_string_case = " 0.5.8"
25- bpaf = { version = " 0.9.15" , features = [" derive" ] }
26- criterion = " 0.5"
27- crossbeam = " 0.8.4"
28- enumflags2 = " 0.7.11"
29- ignore = " 0.4.23"
30- indexmap = { version = " 2.6.0" , features = [" serde" ] }
31- insta = " 1.31.0"
32- json-strip-comments = " 3.1.0"
33- oxc_resolver = " 1.12.0"
34- pg_query = " 6.1.0"
35- proc-macro2 = " 1.0.66"
36- quote = " 1.0.33"
37- rayon = " 1.10.0"
38- regex = " 1.11.1"
39- rustc-hash = " 2.0.0"
40- schemars = { version = " 0.8.22" , features = [" indexmap2" , " smallvec" ] }
41- serde = { version = " 1.0.195" , features = [" rc" ] }
42- serde_json = " 1.0.114"
43- similar = " 2.6.0"
44- slotmap = " 1.0.7"
45- smallvec = { version = " 1.13.2" , features = [" union" , " const_new" , " serde" ] }
46- strum = { version = " 0.27.1" , features = [" derive" ] }
17+ anyhow = " 1.0.92"
18+ bpaf = { version = " 0.9.15" , features = [" derive" ] }
19+ criterion = " 0.5"
20+ crossbeam = " 0.8.4"
21+ enumflags2 = " 0.7.11"
22+ ignore = " 0.4.23"
23+ indexmap = { version = " 2.6.0" , features = [" serde" ] }
24+ insta = " 1.31.0"
25+ json-strip-comments = " 3.1.0"
26+ oxc_resolver = " 1.12.0"
27+ pg_query = " 6.1.0"
28+ proc-macro2 = " 1.0.66"
29+ quote = " 1.0.33"
30+ rayon = " 1.10.0"
31+ regex = " 1.11.1"
32+ rustc-hash = " 2.0.0"
33+ schemars = { version = " 0.8.22" , features = [" indexmap2" , " smallvec" ] }
34+ serde = { version = " 1.0.195" , features = [" rc" ] }
35+ serde_json = " 1.0.114"
36+ similar = " 2.6.0"
37+ slotmap = " 1.0.7"
38+ smallvec = { version = " 1.13.2" , features = [" union" , " const_new" , " serde" ] }
39+ strum = { version = " 0.27.1" , features = [" derive" ] }
4740# this will use tokio if available, otherwise async-std
4841camino = " 1.1.9"
4942convert_case = " 0.6.0"
@@ -69,6 +62,7 @@ pgls_analyser = { path = "./crates/pgls_analyser", version = "0.0.
6962pgls_cli = { path = " ./crates/pgls_cli" , version = " 0.0.0" }
7063pgls_completions = { path = " ./crates/pgls_completions" , version = " 0.0.0" }
7164pgls_configuration = { path = " ./crates/pgls_configuration" , version = " 0.0.0" }
65+ pgls_configuration_macros = { path = " ./crates/pgls_configuration_macros" }
7266pgls_console = { path = " ./crates/pgls_console" , version = " 0.0.0" }
7367pgls_diagnostics = { path = " ./crates/pgls_diagnostics" , version = " 0.0.0" }
7468pgls_diagnostics_categories = { path = " ./crates/pgls_diagnostics_categories" , version = " 0.0.0" }
0 commit comments