# 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-resource-r5" version = "0.0.3" 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.anyhow] version = "1.0.75" [dependencies.fhir-rs] version = "0.0.3" [dependencies.tracing] version = "0.1.37" features = []