# EVMC: Ethereum Client-VM Connector API. # Copyright 2019 The EVMC Authors. # Licensed under the Apache License, Version 2.0. [package] name = "ssvm-evmc-vm" version = "6.3.1-rc3" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" description = "Bindings to EVMC (VM specific)" edition = "2018" [dependencies] evmc-sys = { version = "6.3.1-rc3", package = "ssvm-evmc-sys" }