File tree Expand file tree Collapse file tree 8 files changed +34
-12
lines changed
Expand file tree Collapse file tree 8 files changed +34
-12
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ members = [
1111]
1212
1313[workspace .package ]
14- version = " 0.7.3 "
14+ version = " 0.7.4 "
1515edition = " 2024"
16+ repository = " https://github.com/zahash/jsoncodegen/"
17+ license = " MIT"
18+ authors = [" zahash <zahash.z@gmail.com>" ]
1619
1720[profile .wasm ]
1821inherits = " release"
Original file line number Diff line number Diff line change 11[package ]
22name = " jsoncodegen-cli"
3+ description = " json code generation cli"
34version.workspace = true
45edition.workspace = true
5- authors = [ " zahash <zahash.z@gmail.com> " ]
6- description = " json code generation cli "
7- license = " MIT "
8- repository = " https://github.com/zahash/jsoncodegen/ "
6+ repository.workspace = true
7+ license.workspace = true
8+ authors.workspace = true
9+ publish = false
910
1011[[bin ]]
1112name = " jcg"
1213path = " src/main.rs"
1314
1415[dependencies ]
1516clap = { version = " 4" , features = [" derive" , " env" ] }
16- reqwest = { version = " 0.12 " , features = [" blocking" , " json" ] }
17+ reqwest = { version = " 0.13 " , features = [" blocking" , " json" ] }
1718serde = { version = " 1" , features = [" derive" ] }
18- wasmtime = { version = " 39 " , default-features = false , features = [" cranelift" ] }
19- wasmtime-wasi = { version = " 39 " , default-features = false , features = [" p1" ] }
19+ wasmtime = { version = " 40 " , default-features = false , features = [" cranelift" ] }
20+ wasmtime-wasi = { version = " 40 " , default-features = false , features = [" p1" ] }
Original file line number Diff line number Diff line change 22name = " jsoncodegen-java"
33version.workspace = true
44edition.workspace = true
5+ repository.workspace = true
6+ license.workspace = true
7+ authors.workspace = true
58publish = false
69
710[dependencies ]
Original file line number Diff line number Diff line change 22name = " jsoncodegen-rust"
33version.workspace = true
44edition.workspace = true
5+ repository.workspace = true
6+ license.workspace = true
7+ authors.workspace = true
58publish = false
69
710[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " jsoncodegen"
3+ description = " json code generation library"
34version.workspace = true
45edition.workspace = true
5- authors = [ " zahash <zahash.z@gmail.com> " ]
6- description = " json code generation library "
7- license = " MIT "
8- repository = " https://github.com/zahash/jsoncodegen/ "
6+ repository.workspace = true
7+ license.workspace = true
8+ authors.workspace = true
9+ publish = false
910
1011[dependencies ]
1112serde_json = " 1"
Original file line number Diff line number Diff line change 22name = " jsoncodegen-iota"
33version.workspace = true
44edition.workspace = true
5+ repository.workspace = true
6+ license.workspace = true
7+ authors.workspace = true
58publish = false
Original file line number Diff line number Diff line change 22name = " jsoncodegen-test-utils"
33version.workspace = true
44edition.workspace = true
5+ repository.workspace = true
6+ license.workspace = true
7+ authors.workspace = true
8+ publish = false
59
610[dependencies ]
711serde_json = " 1"
Original file line number Diff line number Diff line change 22name = " wasm-serve"
33version.workspace = true
44edition.workspace = true
5+ repository.workspace = true
6+ license.workspace = true
7+ authors.workspace = true
8+ publish = false
59
610[dependencies ]
711axum = " 0.8"
You can’t perform that action at this time.
0 commit comments