concordium-contracts-common 0.3.0

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Documentation
[dependencies.base58check]
optional = true
version = "0.1"

[dependencies.chrono]
optional = true
version = "0.4.19"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "0.4"

[dev-dependencies.rand]
version = "=0.7"

[dev-dependencies.rand_pcg]
version = "0.2.1"

[features]
default = ["std"]
derive-serde = ["serde", "serde_json", "std", "base58check", "chrono"]
std = []

[lib]
crate-type = ["rlib"]

[package]
authors = ["Concordium <info@concordium.com>"]
description = "Common functionality used by smart contracts and the host environment on the Concordium blockchain."
edition = "2018"
homepage = "https://github.com/Concordium/concordium-contracts-common"
license = "Apache-2.0"
name = "concordium-contracts-common"
readme = "README.md"
repository = "https://github.com/Concordium/concordium-contracts-common"
version = "0.3.0"