[package] name = "schamars-zod" version = "0.1.2" edition = "2021" license = "MIT" description = "A few functions to aid Zod schema generation from rust types annotated with schemars" homepage = "https://lib.rs/crates/schamars-zod" documentation = "https://docs.rs/schamars-zod/latest/schamars_zod" repository = "https://github.com/audiocloud/schemars-zod" [dependencies.schemars] version = "0.8" features = ["chrono"] [dev-dependencies] serde_json = "1" chrono = "0.4"