neutron-star-rt 0.2.0

The minimal runtime required for smart contracts built on the Qtum Neutron platform
Documentation
[package]
name = "neutron-star-rt"
version = "0.2.0"
authors = ["Jordan Earls <earlz@qtum.info>"]
edition = "2018"
description = "The minimal runtime required for smart contracts built on the Qtum Neutron platform"
keywords = ["qtum", "blockchain"]
repository = "https://github.com/qtumproject/neutron-star-rt"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs"
license = "MIT"

[dependencies]


[build-dependencies]
cc = "1.0"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"
opt-level = 'z' 
lto = true
codegen-units = 1

[badges]
maintenance = { status = "experimental" }