evmc/bindings/rust/evmc-sys/Cargo.toml

17 lines
441 B
TOML

# EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
[package]
name = "evmc-sys"
version = "7.2.0-alpha.0"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
description = "Bindings to EVMC (low-level)"
categories = ["external-ffi-bindings"]
edition = "2018"
[build-dependencies]
bindgen = "0.52.0"