[dependencies.borsh]
features = ["derive"]
version = "1.3.1"
[dependencies.bytes]
version = "1.6.0"
[dependencies.calimero-node-primitives]
version = "0.2.3"
[dependencies.calimero-primitives]
version = "0.2.3"
[dependencies.calimero-sys]
version = "0.2.3"
[dependencies.eyre]
version = "0.6.12"
[dependencies.fragile]
version = "2.0.0"
[dependencies.futures-util]
features = ["io"]
version = "0.3.30"
[dependencies.ouroboros]
version = "0.18.5"
[dependencies.owo-colors]
optional = true
version = "3.5.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.thiserror]
version = "1.0.56"
[dependencies.tokio]
features = ["rt"]
version = "1.35.1"
[dependencies.tokio-stream]
version = "0.1.17"
[dependencies.ureq]
version = "2.9.7"
[dependencies.wasmer]
version = "4.2.5"
[dependencies.wasmer-types]
version = "4.2.5"
[dev-dependencies.assert-json-diff]
version = "2.0.2"
[dev-dependencies.eyre]
version = "0.6.12"
[dev-dependencies.owo-colors]
version = "3.5.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
version = "1.0.113"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[example]]
name = "fetch"
path = "examples/fetch.rs"
[[example]]
name = "rps"
path = "examples/rps.rs"
[features]
host-traces = ["owo-colors"]
[lib]
name = "calimero_runtime"
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-runtime"
publish = true
readme = "README.md"
repository = "https://github.com/calimero-network/core"
version = "0.2.3"