linera-storage 0.15.21

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

[features]
metrics = [
    "linera-base/metrics",
    "linera-chain/metrics",
    "linera-execution/metrics",
    "linera-cache/metrics",
    "linera-views/metrics",
]
revm = ["linera-execution/revm"]
rocksdb = ["linera-views/rocksdb"]
scylladb = ["linera-views/scylladb"]
test = [
    "linera-execution/test",
    "linera-views/test",
]
wasmer = ["linera-execution/wasmer"]
wasmtime = ["linera-execution/wasmtime"]
web = [
    "linera-base/web",
    "linera-chain/web",
    "linera-execution/web",
    "linera-views/web",
]

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

[[bin]]
name = "linera-storage-decode-key"
path = "src/decode_key.rs"

[dependencies.anyhow]
version = "1.0.80"

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

[dependencies.bcs]
version = "0.1.6"

[dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.futures]
version = "0.3.30"

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.linera-base]
version = "0.15.21"

[dependencies.linera-cache]
version = "0.15.21"

[dependencies.linera-chain]
version = "0.15.21"

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

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

[dependencies.papaya]
version = "0.2.3"

[dependencies.prometheus]
version = "0.13.3"

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

[dependencies.tokio]
version = "1.36.0"

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

[dev-dependencies.rand]
version = "0.8.5"
features = ["std_rng"]
default-features = false

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.test-log]
version = "0.2.15"
features = [
    "trace",
    "trace",
]
default-features = false

[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"