# EVMC: Ethereum Client-VM Connector API. # Copyright 2019 The EVMC Authors. # Licensed under the Apache License, Version 2.0. [package] name = "ssvm-evmc-sys" version = "7.4.0-rc2" authors = ["Alex Beregszaszi "] license = "Apache-2.0" repository = "https://github.com/secondstate/evmc" description = "Bindings to EVMC (low-level)" categories = ["external-ffi-bindings"] edition = "2018" [build-dependencies] bindgen = "0.54.0"