# 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 = "odra-casper-livenet-env" version = "1.4.0" authors = [ "Jakub Płaskonka ", "Krzysztof Pobiarżyn ", "Maciej Zieliński ", ] description = "Odra's backend for interacting with the Casper Node." homepage = "https://odra.dev/docs" license = "MIT" repository = "https://github.com/odradev/odra" [dependencies.blake2] version = "0.10.6" [dependencies.log] version = "0.4.20" [dependencies.odra-casper-rpc-client] version = "1.4.0" [dependencies.odra-core] version = "1.4.0" [dependencies.tokio] version = "1.38" features = ["rt-multi-thread"] [lints.rust] missing_docs = "warn"