linera-storage-runtime 0.15.18

Storage configuration and runtime infrastructure for the Linera protocol.
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"
name = "linera-storage-runtime"
version = "0.15.18"
authors = ["Linera <contact@linera.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage configuration and runtime infrastructure for the Linera protocol."
homepage = "https://linera.dev"
documentation = "https://docs.rs/linera-storage-runtime/latest/linera_storage_runtime/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/linera-io/linera-protocol"

[features]
dynamodb = ["linera-views/dynamodb"]
rocksdb = ["linera-views/rocksdb"]
scylladb = ["linera-views/scylladb"]
storage-service = ["linera-storage-service"]

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

[dependencies.anyhow]
version = "1.0.80"

[dependencies.async-trait]
version = "0.1.77"

[dependencies.clap]
version = "4"
features = [
    "cargo",
    "derive",
    "env",
]

[dependencies.fs-err]
version = "2.11.0"

[dependencies.linera-core]
version = "0.15.18"
default-features = false

[dependencies.linera-execution]
version = "0.15.18"
default-features = false

[dependencies.linera-storage]
version = "0.15.18"
default-features = false

[dependencies.linera-storage-service]
version = "0.15.18"
optional = true
default-features = false

[dependencies.linera-views]
version = "0.15.18"
default-features = false

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.tracing]
version = "0.1.40"
features = ["release_max_level_trace"]

[build-dependencies.cfg_aliases]
version = "0.2.1"

[lints.clippy]
checked_conversions = "deny"
doc_link_with_quotes = "deny"
filter_map_next = "deny"
flat_map_option = "deny"
from_iter_instead_of_collect = "deny"
inefficient_to_string = "deny"
iter_filter_is_some = "deny"
iter_not_returning_iterator = "deny"
large_futures = "deny"
large_stack_arrays = "deny"
large_types_passed_by_value = "deny"
let_underscore_must_use = "deny"
let_underscore_untyped = "deny"
macro_use_imports = "deny"
manual_instant_elapsed = "deny"
manual_is_power_of_two = "deny"
manual_is_variant_and = "deny"
map_flatten = "deny"
map_unwrap_or = "deny"
mismatching_type_param_order = "deny"
naive_bytecount = "deny"
needless_collect = "deny"
non_std_lazy_statics = "deny"
or_fun_call = "deny"
range_minus_one = "deny"
range_plus_one = "deny"
ref_option_ref = "deny"
str_split_at_newline = "deny"
uninlined_format_args = "deny"
unnecessary_wraps = "deny"
used_underscore_binding = "deny"