# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fhir" version = "0.0.6" authors = ["Balamurali Pandranki "] description = "HL7 FHIR data models" documentation = "https://docs.rs/fhir" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/itsbalamurali/rust-fhir" resolver = "2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.prost] version = "0.11" features = ["prost-derive"] [dependencies.prost-types] version = "0.11" [dependencies.prost-wkt] version = "0.3.2" [dependencies.prost-wkt-types] version = "0.3.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.prost-build] version = "0.11" [build-dependencies.prost-wkt-build] version = "0.3.2"