# 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-shared" version = "0.6.2" authors = [ "Jakub Płaskonka ", "Krzysztof Pobiarżyn ", "Maciej Zieliński ", ] description = "Utilites uses by the Odra Casper-related crates." homepage = "https://odra.dev/docs" readme = "README.md" keywords = [ "wasm", "webassembly", "blockchain", ] categories = [ "wasm", "smart contracts", ] license = "MIT" repository = "https://github.com/odradev/odra" resolver = "1" [dependencies.casper-event-standard] version = "0.5.0" [dependencies.odra-casper-types] version = "0.6.2" [dependencies.odra-utils] version = "0.6.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.casper-contract] version = "4.0.0" features = ["test-support"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.casper-contract] version = "4.0.0" default-features = false