File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " rstructor"
3- version = " 0.1.16 "
3+ version = " 0.1.17 "
44edition = " 2024"
55description = " A Rust library for structured outputs from LLMs with validation"
66license = " MIT"
@@ -32,7 +32,7 @@ thiserror = "2.0.12"
3232tracing = " 0.1"
3333tracing-subscriber = { version = " 0.3" , features = [" env-filter" ], optional = true }
3434tracing-futures = { version = " 0.2" , optional = true }
35- rstructor_derive = { version = " 0.1.16 " , path = " ./rstructor_derive" , optional = true }
35+ rstructor_derive = { version = " 0.1.17 " , path = " ./rstructor_derive" , optional = true }
3636chrono = " 0.4" # For date/time validation in examples
3737
3838# Feature flags
Original file line number Diff line number Diff line change 11[package ]
22name = " rstructor_derive"
3- version = " 0.1.16 "
3+ version = " 0.1.17 "
44edition = " 2024"
55description = " Derive macros for the rstructor library"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments