[package] name = "oasis-game-contract" description = "The generic contract for the Oasis Gaming SDK." version = "0.9.1" authors = ["Oasis Labs "] license = "MIT" repository = "https://github.com/oasislabs/oasis-game-core" [lib] crate-type = ["lib"] [dependencies] bigint = "4.4.1" byteorder = "1.2.6" tiny-keccak = "1" parity-hash = "1.2.2" serde = "1.0.70" serde_json = "1.0.24" serde_derive = "1.0.70" quick-error = "1.2.2" owasm-ethereum = "0.7" owasm-std = "0.13.0" owasm-abi = "0.1.14" owasm-abi-derive = "0.1.16" oasis-game-core = "0.9.0"