# 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-chain" version = "0.13.1" authors = ["Linera "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Persistent data and the corresponding logics used by the Linera protocol for chains of blocks, certificates, and cross-chain messaging." homepage = "https://linera.dev" documentation = "https://docs.rs/linera-chain/latest/linera_chain/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linera-io/linera-protocol" [package.metadata.cargo-machete] ignored = ["async-trait"] [lib] name = "linera_chain" path = "src/lib.rs" [dependencies.async-graphql] version = "=7.0.2" [dependencies.async-trait] version = "0.1.77" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.linera-base] 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" optional = true [dependencies.rand_chacha] version = "0.3.1" default-features = false [dependencies.rand_distr] version = "0.4.3" features = [ "alloc", "serde1", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.36.0" [dependencies.tracing] version = "0.1.40" features = ["release_max_level_debug"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.bcs] version = "0.1.6" [build-dependencies.cfg_aliases] version = "0.2.1" [features] metrics = [ "prometheus", "linera-views/metrics", "linera-execution/metrics", ] test = [ "tokio/macros", "linera-base/test", "linera-execution/test", ] web = [ "linera-base/web", "linera-views/web", "linera-execution/web", ]