eosio_cdt_sys 0.2.1

Low-level FFI bindings for EOSIO smart contract development.
Documentation
[package]

name = "eosio_cdt_sys"

version = "0.2.1"

authors = ["Liam Curry <liam@sagan.software>"]

license = "MIT OR Apache-2.0"

description = "Low-level FFI bindings for EOSIO smart contract development."

edition = "2018"

keywords = ["eos", "eosio", "blockchain", "crypto", "dapp"]

categories = [

    "cryptography::cryptocurrencies",

    "external-ffi-bindings",

    "wasm"

]

repository = "https://github.com/sagan-software/eosio-rust"

homepage = "https://sagan-software.github.io/eosio-rust/"

documentation = "https://sagan-software.github.io/eosio-rust/eosio_cdt_sys/"

readme = "README.md"

include = [

    "/Cargo.toml",

    "/src/**/*.rs",

    "/README.md",

    "/LICENSE-APACHE",

    "/LICENSE-MIT"

]



[badges]

maintenance = { status = "actively-developed" }

travis-ci = { repository = "sagan-software/eosio-rust", branch = "master" }