# 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.13.1" authors = ["Linera "] build = "build.rs" 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" [lib] name = "linera_storage" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.bcs] version = "0.1.6" [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "0.3.30" [dependencies.linera-base] version = "0.13.1" [dependencies.linera-chain] version = "0.13.1" [dependencies.linera-execution] version = "0.13.1" default-features = false [dependencies.linera-views] version = "0.13.1" default-features = false [dependencies.prometheus] version = "0.13.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.anyhow] version = "1.0.80" [build-dependencies.cfg_aliases] version = "0.2.1" [features] metrics = [ "linera-base/metrics", "linera-chain/metrics", "linera-execution/metrics", "linera-views/metrics", ] 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", ]