fhir-core 2.1.0

Release-independent core for the FHIR crates: decimal, validation, coded values, builders, temporal parsing, XML, and the REST client.
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 = "2.1.0"
build = false
include = [
    "/src/**",
    "/README.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."
readme = false
keywords = [
    "fhir",
    "hl7",
    "healthcare",
    "medical",
    "interoperability",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/fhir-rust-crate/fhir-rust-crate"

[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.228"
features = ["derive"]

[dependencies.serde_json]
version = "~1.0.150"
features = ["arbitrary_precision"]

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

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

[lints.rust]
unsafe_code = "forbid"