[package] name = "chimney-resources" description = "FHIR resources for chimney" version = "0.1.0" edition = "2021" authors = ["Michael Graf "] readme = "README.md" license = "GPL-3.0" homepage = "https://github.com/migraf/chimney-resources" repository = "https://github.com/migraf/chimney-resources" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost = { version = "0.11", features = ["prost-derive"] } prost-types = "0.11" prost-wkt = "0.4" prost-wkt-types = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = { version = "0.4", features = ["serde"] } [build-dependencies] prost-build = { version = "0.11" } prost-wkt-build = "0.4"