fhir-core 3.2.2

Release-independent core for the FHIR® crates: decimal, validation, coded values, builders, temporal parsing, XML, and the REST client. HL7®, and FHIR® are the registered trademarks of Health Level Seven International and their use of these trademarks does not constitute an endorsement by HL7. This project is an independent work.
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "fhir-core"
version = "3.2.2"
build = false
include = [
    "/src/**",
    "/README.md",
    "/LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Release-independent core for the FHIR® crates: decimal, validation, coded values, builders, temporal parsing, XML, and the REST client. HL7®, and FHIR® are the registered trademarks of Health Level Seven International and their use of these trademarks does not constitute an endorsement by HL7. This project is an independent work."
readme = "README.md"
keywords = [
    "fhir",
    "hl7",
    "healthcare",
    "medical",
    "interoperability",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
repository = "https://github.com/fhir-rust/fhir-rust/"

[features]
client = [
    "dep:reqwest",
    "dep:tokio",
]
precise-decimal = []
xml = ["dep:quick-xml"]

[lib]
name = "fhir_core"
path = "src/lib.rs"

[dependencies.convert_case]
version = "0.11"

[dependencies.quick-xml]
version = "0.41"
optional = true

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.serde]
version = "~1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "~1.0.151"
features = [
    "arbitrary_precision",
    "float_roundtrip",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]
optional = true

[dependencies.vec1]
version = "1.12"
features = ["serde"]

[dev-dependencies]

[lints.rust]
unsafe_code = "forbid"