rh-codegen 0.1.0-beta.1

Code generation library for creating Rust types from FHIR StructureDefinitions
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 = "2021"
rust-version = "1.91"
name = "rh-codegen"
version = "0.1.0-beta.1"
authors = ["Reason Healthcare <engineering@reason.health>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation library for creating Rust types from FHIR StructureDefinitions"
homepage = "https://github.com/reason-healthcare/rh"
readme = "README.md"
keywords = [
    "fhir",
    "codegen",
    "healthcare",
    "hl7",
    "rust",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reason-healthcare/rh"

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

[[example]]
name = "cardinality_fix_summary"
path = "examples/cardinality_fix_summary.rs"

[[example]]
name = "choice_type_trait_example"
path = "examples/choice_type_trait_example.rs"

[[example]]
name = "organized_directory_generation"
path = "examples/organized_directory_generation.rs"

[[example]]
name = "test_array_fix"
path = "examples/test_array_fix.rs"

[[example]]
name = "test_array_method_bodies"
path = "examples/test_array_method_bodies.rs"

[[example]]
name = "test_binding_strength"
path = "examples/test_binding_strength.rs"

[[example]]
name = "test_cardinality_fix"
path = "examples/test_cardinality_fix.rs"

[[example]]
name = "test_choice_types"
path = "examples/test_choice_types.rs"

[[example]]
name = "test_invariant_extraction"
path = "examples/test_invariant_extraction.rs"

[[example]]
name = "test_nested_backbone_fix"
path = "examples/test_nested_backbone_fix.rs"

[[example]]
name = "test_nested_fix"
path = "examples/test_nested_fix.rs"

[[example]]
name = "test_readme_generation"
path = "examples/test_readme_generation.rs"

[[example]]
name = "test_real_fix"
path = "examples/test_real_fix.rs"

[[example]]
name = "test_required_binding_types"
path = "examples/test_required_binding_types.rs"

[[example]]
name = "test_trait_impl_nested_fix"
path = "examples/test_trait_impl_nested_fix.rs"

[[example]]
name = "test_validation_trait"
path = "examples/test_validation_trait.rs"

[[example]]
name = "trait_generation_example"
path = "examples/trait_generation_example.rs"

[[test]]
name = "integration_choice_types"
path = "tests/integration_choice_types.rs"

[[test]]
name = "integration_companion_elements"
path = "tests/integration_companion_elements.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.convert_case]
version = "0.6"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.once_cell]
version = "1.19"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rh-foundation]
version = "0.1.0-beta.1"
features = ["http"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"