File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [package ]
2- name = " schemy"
3- version = " 0.1.0"
4- edition = " 2024"
5- license = " MIT"
6- description = " Generates Rust types from Schema.org JSON-LD vocabulary."
7- repository = " https://github.com/frectonz/schemy"
8-
9- [dependencies ]
10- clap = { version = " 4.5.37" , features = [" derive" ] }
11- color-eyre = " 0.6.3"
12- heck = " 0.5.0"
13- indexmap = { version = " 2.9.0" , features = [" serde" ] }
14- itertools = " 0.14.0"
15- log = " 0.4.27"
16- pretty_env_logger = " 0.5.0"
17- prettyplease = " 0.2.32"
18- proc-macro2 = " 1.0.95"
19- quote = " 1.0.40"
20- serde = { version = " 1.0.219" , features = [" derive" ] }
21- serde_json = " 1.0.140"
22- syn = " 2.0.100"
1+ [workspace ]
2+ resolver = " 3"
3+ members = [" schemy" , " schemy-ts" ]
Original file line number Diff line number Diff line change 1+ [package ]
2+ name = " schemy"
3+ version = " 0.1.0"
4+ edition = " 2024"
5+ license = " MIT"
6+ description = " Generates Rust types from Schema.org JSON-LD vocabulary."
7+ repository = " https://github.com/frectonz/schemy"
8+
9+ [dependencies ]
10+ clap = { version = " 4.5.37" , features = [" derive" ] }
11+ color-eyre = " 0.6.3"
12+ heck = " 0.5.0"
13+ indexmap = { version = " 2.9.0" , features = [" serde" ] }
14+ itertools = " 0.14.0"
15+ log = " 0.4.27"
16+ pretty_env_logger = " 0.5.0"
17+ prettyplease = " 0.2.32"
18+ proc-macro2 = " 1.0.95"
19+ quote = " 1.0.40"
20+ serde = { version = " 1.0.219" , features = [" derive" ] }
21+ serde_json = " 1.0.140"
22+ syn = " 2.0.100"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments