rustabi 6.1.0

Easy to use conversion of sophon contract calls to bytecode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rustabi"
version = "6.1.0"
authors = ["Susy Technologies <admin@superstring.ch>"]
description = "Easy to use conversion of sophon contract calls to bytecode."
homepage = "https://github.com/susytech/rustabi"
keywords = ["sophon", "s", "abi", "solidity", "cli"]
license = "MIT"
[dependencies.error-chain]
version = "0.12"
default-features = false

[dependencies.rustc-hex]
version = "2.0"

[dependencies.s-types]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tiny-keccak]
version = "1.4"
[dev-dependencies.hex-literal]
version = "0.1.1"

[features]
backtrace = ["error-chain/backtrace"]
[badges.coveralls]
branch = "master"
repository = "susytech/rustabi"

[badges.travis-ci]
branch = "master"
repository = "susytech/rustabi"