concept-store 0.1.33

The memory-mapped columnar concept and description store
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.98"
name = "concept-store"
version = "0.1.33"
authors = ["Ruben Talstra"]
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The memory-mapped columnar concept and description store"
homepage = "https://ferroterm.eu"
documentation = "https://docs.rs/concept-store"
readme = "README.md"
keywords = [
    "terminology",
    "snomed",
    "redb",
    "healthcare",
    "mmap",
]
categories = [
    "database-implementations",
    "science",
]
license = "BUSL-1.1"
repository = "https://github.com/rubentalstra/FerroTERM"

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

[dependencies.concept-graph]
version = "0.1.33"

[dependencies.redb]
version = "4.2.0"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.rf2]
version = "0.1.33"

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

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "deny"
as_conversions = "deny"
as_underscore = "deny"
await_holding_lock = "deny"
cfg_not_test = "warn"
clone_on_ref_ptr = "warn"
create_dir = "deny"
dbg_macro = "deny"
debug_assert_with_mut_call = "warn"
deref_by_slicing = "warn"
derivable_impls = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
empty_drop = "warn"
exit = "deny"
expect_used = "deny"
filetype_is_file = "deny"
float_cmp_const = "deny"
fn_to_numeric_cast_any = "deny"
incompatible_msrv = "deny"
indexing_slicing = "deny"
infinite_loop = "warn"
integer_division = "warn"
iter_over_hash_type = "deny"
large_include_file = "deny"
let_underscore_lock = "deny"
let_underscore_must_use = "deny"
let_underscore_untyped = "deny"
lossy_float_literal = "deny"
map_err_ignore = "warn"
mem_forget = "deny"
missing_assert_message = "deny"
mixed_read_write_in_expression = "warn"
multiple_unsafe_ops_per_block = "deny"
negative_feature_names = "deny"
panic = "deny"
panic_in_result_fn = "deny"
pointer_format = "deny"
precedence_bits = "deny"
print_stderr = "deny"
print_stdout = "deny"
pub_use = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
redundant_feature_names = "deny"
same_name_method = "warn"
string_slice = "deny"
suspicious_xor_used_as_pow = "deny"
todo = "deny"
too_long_first_doc_paragraph = "warn"
try_err = "warn"
unchecked_time_subtraction = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unnecessary_safety_comment = "deny"
unnecessary_safety_doc = "deny"
unreachable = "deny"
unused_result_ok = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"
wildcard_dependencies = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
ambiguous_negative_literals = "deny"
dead_code = "deny"
deprecated_safe_2024 = "deny"
explicit_outlives_requirements = "warn"
ffi_unwind_calls = "deny"
let_underscore_drop = "deny"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
non_local_definitions = "deny"
redundant_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unexpected_cfgs = "deny"
unit_bindings = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_must_use = "deny"
unused_qualifications = "warn"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
missing_crate_level_docs = "warn"
private_intra_doc_links = "deny"
redundant_explicit_links = "deny"
unescaped_backticks = "warn"