# 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-rs" version = "0.0.10" authors = ["Yanbo Ye "] description = "FHIR-RS library is an implementation of HL7 FHIR Specification for Rust." homepage = "http://app.yeyanbo.cn/fhir-rs" documentation = "https://docs.rs/fhir-rs" readme = "README.md" keywords = [ "hl7", "fhir", "healthcare", "rust", ] categories = [ "web-programming", "development-tools", "parsing", ] license-file = "LICENSE" repository = "https://github.com/yeyanbo/fhir-rs.git" [dependencies.axum] version = "0.7.3" optional = true [dependencies.chrono] version = "0.4.26" features = [] [dependencies.fhir-derive] version = "0.0.7" [dependencies.json-event-parser] version = "0.1.1" [dependencies.json_pretty] version = "0.1.2" [dependencies.reqwest] version = "0.11.23" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.xml-rs] version = "0.8.19"