calimero-node 0.8.0

Core Calimero infrastructure and tools
[dependencies.actix]
version = "0.13.5"

[dependencies.borsh]
version = "1.3.1"

[dependencies.calimero-blobstore]
version = "0.8.0"

[dependencies.calimero-context]
version = "0.8.0"

[dependencies.calimero-context-config]
version = "0.8.0"

[dependencies.calimero-context-primitives]
version = "0.8.0"

[dependencies.calimero-crypto]
version = "0.8.0"

[dependencies.calimero-network]
version = "0.8.0"

[dependencies.calimero-network-primitives]
version = "0.8.0"

[dependencies.calimero-node-primitives]
version = "0.8.0"

[dependencies.calimero-primitives]
features = ["borsh"]
version = "0.8.0"

[dependencies.calimero-server]
version = "0.8.0"

[dependencies.calimero-store]
features = ["datatypes"]
version = "0.8.0"

[dependencies.calimero-store-rocksdb]
version = "0.8.0"

[dependencies.calimero-utils-actix]
version = "0.8.0"

[dependencies.camino]
features = ["serde1"]
version = "1.1.6"

[dependencies.either]
version = "1.13.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.futures-util]
features = ["io"]
version = "0.3.30"

[dependencies.libp2p]
version = "0.56.0"

[dependencies.prometheus-client]
version = "0.23"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0.113"

[dependencies.tokio]
features = ["io-std", "macros"]
version = "1.47.1"

[dependencies.tracing]
version = "0.1.37"

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

[lints.clippy]
absolute_paths = "warn"
allow_attributes = "warn"
allow_attributes_without_reason = "deny"
arithmetic_side_effects = "warn"
as_underscore = "warn"
const_is_empty = "deny"
dbg_macro = "deny"
decimal_literal_representation = "warn"
default_numeric_fallback = "warn"
deprecated_clippy_cfg_attr = "deny"
deref_by_slicing = "warn"
doc_markdown = "allow"
empty_drop = "warn"
empty_enum_variants_with_brackets = "deny"
empty_structs_with_brackets = "deny"
error_impl_error = "deny"
exit = "deny"
filetype_is_file = "warn"
float_cmp_const = "deny"
fn_to_numeric_cast_any = "deny"
format_push_string = "deny"
future_not_send = "allow"
get_unwrap = "deny"
if_then_some_else_none = "warn"
incompatible_msrv = "deny"
infinite_loop = "deny"
integer_division = "deny"
iter_over_hash_type = "warn"
let_underscore_must_use = "warn"
lossy_float_literal = "deny"
mem_forget = "deny"
missing_assert_message = "deny"
missing_asserts_for_indexing = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
mixed_read_write_in_expression = "warn"
mod_module_files = "deny"
module_name_repetitions = "allow"
multiple_bound_locations = "deny"
multiple_crate_versions = "allow"
multiple_inherent_impl = "deny"
mutex_atomic = "warn"
panic_in_result_fn = "deny"
pub_underscore_fields = "deny"
pub_without_shorthand = "warn"
rc_buffer = "warn"
rc_mutex = "deny"
redundant_type_annotations = "warn"
rest_pat_in_fully_bound_structs = "warn"
semicolon_inside_block = "warn"
std_instead_of_core = "warn"
str_to_string = "deny"
string_lit_chars_any = "warn"
string_slice = "warn"
string_to_string = "deny"
suspicious_xor_used_as_pow = "warn"
tests_outside_test_module = "deny"
try_err = "deny"
unconditional_recursion = "deny"
unnecessary_clippy_cfg = "deny"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unwrap_in_result = "deny"
verbose_file_reads = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

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

[lints.rust]
deprecated = "deny"
deprecated_where_clause_location = "deny"
incomplete_features = "deny"
internal_features = "deny"
let_underscore_drop = "warn"
macro_use_extern_crate = "deny"
meta_variable_misuse = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unknown_lints = "deny"
unnameable_test_items = "deny"
unused_crate_dependencies = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
unused_results = "warn"
variant_size_differences = "warn"

[lints.rust.future_incompatible]
level = "deny"
priority = -1

[lints.rust.rust_2018_compatibility]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1

[package]
authors = ["Calimero Limited <info@calimero.network>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core Calimero infrastructure and tools"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "calimero-node"
publish = true
readme = "README.md"
repository = "https://github.com/calimero-network/core"
version = "0.8.0"