|
1 | 1 | [package] |
2 | | -name = "biome_test_utils" |
3 | | -version = "0.0.0" |
4 | | -authors.workspace = true |
5 | | -edition.workspace = true |
6 | | -description = "Utilities for tests" |
7 | | -homepage.workspace = true |
| 2 | +name = "biome_test_utils" |
| 3 | +version = "0.0.0" |
| 4 | +authors.workspace = true |
| 5 | +edition.workspace = true |
| 6 | +description = "Utilities for tests" |
| 7 | +homepage.workspace = true |
8 | 8 | repository.workspace = true |
9 | | -license.workspace = true |
10 | | -keywords.workspace = true |
| 9 | +license.workspace = true |
| 10 | +keywords.workspace = true |
11 | 11 | categories.workspace = true |
12 | | -publish = false |
| 12 | +publish = false |
13 | 13 |
|
14 | 14 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
15 | 15 |
|
16 | 16 | [dependencies] |
17 | | -biome_analyze = { workspace = true } |
18 | | -biome_configuration = { workspace = true } |
19 | | -biome_console = { workspace = true } |
20 | | -biome_css_parser = { workspace = true, optional = true } |
21 | | -biome_css_syntax = { workspace = true, optional = true } |
22 | | -biome_db = { workspace = true } |
23 | | -biome_deserialize = { workspace = true } |
24 | | -biome_diagnostics = { workspace = true } |
25 | | -biome_formatter = { workspace = true } |
26 | | -biome_fs = { workspace = true } |
27 | | -biome_html_parser = { workspace = true, optional = true } |
28 | | -biome_html_syntax = { workspace = true, optional = true } |
29 | | -biome_js_analyze = { workspace = true, optional = true } |
30 | | -biome_js_parser = { workspace = true, optional = true } |
31 | | -biome_js_semantic = { workspace = true, optional = true } |
32 | | -biome_js_type_info = { workspace = true, optional = true } |
33 | | -biome_languages = { workspace = true } |
34 | | -biome_module_graph = { workspace = true, optional = true } |
35 | | -biome_package = { workspace = true } |
36 | | -biome_parser = { workspace = true } |
| 17 | +biome_analyze = { workspace = true } |
| 18 | +biome_configuration = { workspace = true } |
| 19 | +biome_console = { workspace = true } |
| 20 | +biome_css_parser = { workspace = true, optional = true } |
| 21 | +biome_css_syntax = { workspace = true, optional = true } |
| 22 | +biome_db = { workspace = true } |
| 23 | +biome_deserialize = { workspace = true } |
| 24 | +biome_diagnostics = { workspace = true } |
| 25 | +biome_formatter = { workspace = true } |
| 26 | +biome_fs = { workspace = true } |
| 27 | +biome_html_parser = { workspace = true, optional = true } |
| 28 | +biome_html_syntax = { workspace = true, optional = true } |
| 29 | +biome_js_analyze = { workspace = true, optional = true } |
| 30 | +biome_js_parser = { workspace = true, optional = true } |
| 31 | +biome_js_semantic = { workspace = true, optional = true } |
| 32 | +biome_js_type_info = { workspace = true, optional = true } |
| 33 | +biome_languages = { workspace = true } |
| 34 | +biome_module_graph = { workspace = true, optional = true } |
| 35 | +biome_package = { workspace = true } |
| 36 | +biome_parser = { workspace = true } |
37 | 37 | biome_project_layout = { workspace = true } |
38 | | -biome_rowan = { workspace = true, features = ["countme"] } |
39 | | -biome_service = { workspace = true, features = ["testing"] } |
40 | | -biome_string_case = { workspace = true } |
41 | | -biome_workspace_db = { workspace = true } |
42 | | -camino = { workspace = true } |
43 | | -countme = { workspace = true, features = ["enable"] } |
44 | | -json_comments = "0.2.2" |
45 | | -owo-colors = { version = "4.3.0" } |
46 | | -serde_json = { workspace = true } |
47 | | -similar = { workspace = true } |
48 | | -ureq = { workspace = true } |
49 | | -url = { workspace = true } |
| 38 | +biome_rowan = { workspace = true, features = ["countme"] } |
| 39 | +biome_service = { workspace = true, features = ["testing"] } |
| 40 | +biome_string_case = { workspace = true } |
| 41 | +biome_workspace_db = { workspace = true } |
| 42 | +camino = { workspace = true } |
| 43 | +countme = { workspace = true, features = ["enable"] } |
| 44 | +json_comments = "0.2.2" |
| 45 | +owo-colors = { version = "4.3.0" } |
| 46 | +serde_json = { workspace = true } |
| 47 | +similar = { workspace = true } |
| 48 | +ureq = { workspace = true } |
| 49 | +url = { workspace = true } |
50 | 50 |
|
51 | 51 | [features] |
52 | | -html_embeds = ["biome_service/html_embeds", "biome_workspace_db/html_embeds", "lang_css", "lang_html", "lang_js", "lang_json"] |
53 | | -js_embeds = ["biome_service/js_embeds", "lang_css", "lang_graphql", "lang_js"] |
54 | | -lang_css = ["biome_service/lang_css", "biome_configuration/lang_css", "biome_languages/lang_css", "dep:biome_css_parser", "dep:biome_css_syntax"] |
55 | | -lang_graphql = ["biome_service/lang_graphql", "biome_configuration/lang_graphql", "biome_languages/lang_graphql"] |
56 | | -lang_grit = ["biome_service/lang_grit", "biome_languages/lang_grit"] |
57 | | -lang_html = ["biome_service/lang_html", "biome_configuration/lang_html", "biome_languages/lang_html", "dep:biome_html_parser", "dep:biome_html_syntax"] |
58 | | -lang_js = ["biome_service/lang_js", "biome_configuration/lang_js", "biome_languages/lang_js", "dep:biome_js_parser", "dep:biome_js_analyze", "dep:biome_js_semantic"] |
59 | | -lang_json = ["biome_service/lang_json", "biome_configuration/lang_json", "biome_languages/lang_json"] |
60 | | -lang_md = ["biome_service/lang_md", "biome_configuration/lang_md", "biome_languages/lang_md"] |
61 | | -lang_yaml = ["biome_service/lang_yaml", "biome_configuration/lang_yaml", "biome_languages/lang_yaml"] |
62 | | -module_graph = ["biome_service/module_graph", "biome_workspace_db/module_graph", "dep:biome_module_graph"] |
| 52 | +html_embeds = [ |
| 53 | + "biome_service/html_embeds", |
| 54 | + "biome_workspace_db/html_embeds", |
| 55 | + "lang_css", |
| 56 | + "lang_html", |
| 57 | + "lang_js", |
| 58 | + "lang_json" |
| 59 | +] |
| 60 | +js_embeds = ["biome_service/js_embeds", "lang_css", "lang_graphql", "lang_js"] |
| 61 | +lang_css = [ |
| 62 | + "biome_configuration/lang_css", |
| 63 | + "biome_languages/lang_css", |
| 64 | + "biome_service/lang_css", |
| 65 | + "dep:biome_css_parser", |
| 66 | + "dep:biome_css_syntax" |
| 67 | +] |
| 68 | +lang_graphql = ["biome_configuration/lang_graphql", "biome_languages/lang_graphql", "biome_service/lang_graphql"] |
| 69 | +lang_grit = ["biome_languages/lang_grit", "biome_service/lang_grit"] |
| 70 | +lang_html = [ |
| 71 | + "biome_configuration/lang_html", |
| 72 | + "biome_languages/lang_html", |
| 73 | + "biome_service/lang_html", |
| 74 | + "dep:biome_html_parser", |
| 75 | + "dep:biome_html_syntax" |
| 76 | +] |
| 77 | +lang_js = [ |
| 78 | + "biome_configuration/lang_js", |
| 79 | + "biome_languages/lang_js", |
| 80 | + "biome_service/lang_js", |
| 81 | + "dep:biome_js_analyze", |
| 82 | + "dep:biome_js_parser", |
| 83 | + "dep:biome_js_semantic" |
| 84 | +] |
| 85 | +lang_json = ["biome_configuration/lang_json", "biome_languages/lang_json", "biome_service/lang_json"] |
| 86 | +lang_md = ["biome_configuration/lang_md", "biome_languages/lang_md", "biome_service/lang_md"] |
| 87 | +lang_yaml = ["biome_configuration/lang_yaml", "biome_languages/lang_yaml", "biome_service/lang_yaml"] |
| 88 | +module_graph = ["biome_service/module_graph", "biome_workspace_db/module_graph", "dep:biome_module_graph"] |
63 | 89 | type_inference = ["biome_service/type_inference", "dep:biome_js_type_info", "lang_js", "module_graph"] |
64 | 90 |
|
65 | 91 | [lints] |
|
0 commit comments