# 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.75" name = "fhir-model" version = "0.12.0" authors = ["Flix "] build = false exclude = ["/tests/*-examples-json"] autobins = false autoexamples = false autotests = false autobenches = false description = "FHIR SDK Models." homepage = "https://github.com/FlixCoder/fhir-sdk" documentation = "https://docs.rs/fhir-sdk" readme = "README.md" keywords = [ "FHIR", "JSON", "types", ] categories = [ "data-structures", "parser-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/FlixCoder/fhir-sdk" [package.metadata.docs.rs] features = [ "r5", "builders", ] no-default-features = true [lib] name = "fhir_model" path = "src/lib.rs" [[test]] name = "test_resources" path = "tests/test_resources.rs" [dependencies.base64] version = "0.22.0" [dependencies.derive_builder] version = "0.20.0" optional = true [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.time] version = "0.3.27" features = [ "formatting", "parsing", "macros", "serde", "serde-well-known", ] [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.serde_json] version = "1.0.94" [features] builders = ["dep:derive_builder"] default = [ "r5", "builders", ] r4b = [] r5 = [] stu3 = [] [lints.clippy] branches_sharing_code = "warn" cast_lossless = "warn" cast_possible_wrap = "warn" checked_conversions = "warn" cloned_instead_of_copied = "warn" create_dir = "warn" dbg_macro = "warn" default_trait_access = "warn" expect_used = "warn" expl_impl_clone_on_copy = "warn" fallible_impl_from = "warn" filetype_is_file = "warn" filter_map_next = "warn" flat_map_option = "warn" float_cmp = "warn" fn_params_excessive_bools = "warn" fn_to_numeric_cast_any = "warn" future_not_send = "warn" if_then_some_else_none = "warn" implicit_clone = "warn" implicit_hasher = "warn" implicit_saturating_sub = "warn" imprecise_flops = "warn" indexing_slicing = "warn" inefficient_to_string = "warn" items_after_statements = "warn" iter_not_returning_iterator = "warn" large_digit_groups = "warn" large_stack_arrays = "warn" large_types_passed_by_value = "warn" lossy_float_literal = "warn" macro_use_imports = "warn" manual_let_else = "warn" manual_ok_or = "warn" many_single_char_names = "warn" map_unwrap_or = "warn" mem_forget = "warn" missing_const_for_fn = "warn" missing_docs_in_private_items = "warn" must_use_candidate = "warn" mut_mut = "warn" mutex_atomic = "warn" needless_bitwise_bool = "warn" non_send_fields_in_send_ty = "warn" option_option = "warn" path_buf_push_overwrite = "warn" print_stderr = "warn" print_stdout = "warn" ptr_as_ptr = "warn" range_minus_one = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_closure_for_method_calls = "warn" ref_binding_to_reference = "warn" ref_option_ref = "warn" return_self_not_must_use = "warn" same_functions_in_if_condition = "warn" same_name_method = "warn" str_to_string = "warn" string_to_string = "warn" suboptimal_flops = "warn" suspicious_operation_groupings = "warn" tabs_in_doc_comments = "allow" too_many_lines = "warn" trait_duplication_in_bounds = "warn" trivially_copy_pass_by_ref = "warn" type_repetition_in_bounds = "warn" undocumented_unsafe_blocks = "warn" unnested_or_patterns = "warn" unreadable_literal = "warn" unseparated_literal_suffix = "warn" unused_async = "warn" unused_self = "warn" unwrap_used = "warn" used_underscore_binding = "warn" useless_let_if_seq = "warn" verbose_file_reads = "warn" [lints.rust] dead_code = "warn" missing_debug_implementations = "warn" missing_docs = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_extern_crates = "warn"