@@ -35,13 +35,13 @@ wat = "1.0.59"
35
35
wit-parser = " 0.6.2"
36
36
wit-component = " 0.7.1"
37
37
38
- wit-bindgen-core = { path = ' crates/bindgen- core' , version = ' 0.3.0' }
39
- wit-bindgen-gen-guest- c = { path = ' crates/gen-guest- c' , version = ' 0.3.0' }
40
- wit-bindgen-gen-guest- rust = { path = " crates/gen-guest- rust" , version = " 0.3.0" }
41
- wit-bindgen-gen-guest- teavm-java = { path = ' crates/gen-guest- teavm-java' , version = ' 0.3.0' }
42
- wit-bindgen-gen-guest- go = { path = ' crates/gen-guest- go' , version = ' 0.1.0' }
43
- wit-bindgen-gen- markdown = { path = ' crates/gen- markdown' , version = ' 0.3.0' }
44
- wit-bindgen-gen- rust-lib = { path = ' crates/gen- rust-lib' , version = ' 0.3.0' }
38
+ wit-bindgen-core = { path = ' crates/core' , version = ' 0.3.0' }
39
+ wit-bindgen-c = { path = ' crates/c' , version = ' 0.3.0' }
40
+ wit-bindgen-rust = { path = " crates/rust" , version = " 0.3.0" }
41
+ wit-bindgen-teavm-java = { path = ' crates/teavm-java' , version = ' 0.3.0' }
42
+ wit-bindgen-go = { path = ' crates/go' , version = ' 0.1.0' }
43
+ wit-bindgen-markdown = { path = ' crates/markdown' , version = ' 0.3.0' }
44
+ wit-bindgen-rust-lib = { path = ' crates/rust-lib' , version = ' 0.3.0' }
45
45
wit-bindgen = { path = ' crates/guest-rust' , version = ' 0.3.0' , default-features = false }
46
46
wit-bindgen-rust-macro-shared = { path = ' crates/rust-macro-shared' , version = ' 0.3.0' }
47
47
@@ -52,22 +52,22 @@ name = "wit-bindgen"
52
52
anyhow = { workspace = true }
53
53
clap = { workspace = true }
54
54
wit-bindgen-core = { workspace = true }
55
- wit-bindgen-gen-guest- rust = { workspace = true , features = [' clap' ], optional = true }
56
- wit-bindgen-gen-guest- c = { workspace = true , features = [' clap' ], optional = true }
57
- wit-bindgen-gen- markdown = { workspace = true , features = [' clap' ], optional = true }
58
- wit-bindgen-gen-guest- teavm-java = { workspace = true , features = [' clap' ], optional = true }
59
- wit-bindgen-gen-guest- go = { workspace = true , features = [' clap' ], optional = true }
55
+ wit-bindgen-rust = { workspace = true , features = [' clap' ], optional = true }
56
+ wit-bindgen-c = { workspace = true , features = [' clap' ], optional = true }
57
+ wit-bindgen-markdown = { workspace = true , features = [' clap' ], optional = true }
58
+ wit-bindgen-teavm-java = { workspace = true , features = [' clap' ], optional = true }
59
+ wit-bindgen-go = { workspace = true , features = [' clap' ], optional = true }
60
60
wat = { workspace = true }
61
61
wit-component = { workspace = true }
62
62
wasm-encoder = { workspace = true }
63
63
64
64
[features ]
65
65
default = [' c' , ' rust' , ' markdown' , ' teavm-java' , ' go' ]
66
- c = [' dep:wit-bindgen-gen-guest- c' ]
67
- rust = [' dep:wit-bindgen-gen-guest- rust' ]
68
- markdown = [' dep:wit-bindgen-gen- markdown' ]
69
- teavm-java = [' dep:wit-bindgen-gen-guest- teavm-java' ]
70
- go = [' dep:wit-bindgen-gen-guest- go' ]
66
+ c = [' dep:wit-bindgen-c' ]
67
+ rust = [' dep:wit-bindgen-rust' ]
68
+ markdown = [' dep:wit-bindgen-markdown' ]
69
+ teavm-java = [' dep:wit-bindgen-teavm-java' ]
70
+ go = [' dep:wit-bindgen-go' ]
71
71
72
72
[dev-dependencies ]
73
73
heck = { workspace = true }
0 commit comments