eosio_cdt 0.3.1

Idiomatic Rust bindings for EOSIO smart contracts.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "sagan-software/eosio-rust"
[dependencies.eosio]
version = "0.3.1"

[dependencies.eosio_cdt_sys]
version = "0.3"

[package]
authors = ["Liam Curry <liam@sagan.software>"]
categories = ["api-bindings", "cryptography::cryptocurrencies", "wasm"]
description = "Idiomatic Rust bindings for EOSIO smart contracts."
documentation = "https://sagan-software.github.io/eosio-rust/eosio-cdt/"
edition = "2018"
homepage = "https://sagan-software.github.io/eosio-rust/"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
keywords = ["eos", "eosio", "blockchain", "crypto", "dapp"]
license = "MIT OR Apache-2.0"
name = "eosio_cdt"
readme = "README.md"
repository = "https://github.com/sagan-software/eosio-rust"
version = "0.3.1"