# 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-wasm-env" version = "1.4.0" authors = [ "Jakub Płaskonka ", "Krzysztof Pobiarżyn ", "Maciej Zieliński ", ] description = "Odra Casper WASM backend." homepage = "https://odra.dev/docs" license = "MIT" repository = "https://github.com/odradev/odra" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.odra-core] version = "1.4.0" [features] default = [] disable-allocator = [] [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 [target."cfg(target_arch = \"wasm32\")".dependencies.ink_allocator] version = "4.2.1" default-features = false [lints.rust] missing_docs = "warn"