rootchain-std 1.0.2

Standard library for RootChain smart contracts, providing utilities for state management, events, and entry points.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rootchain-std"
version = "1.0.2"
authors = ["BronzonTech"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library for RootChain smart contracts, providing utilities for state management, events, and entry points."
readme = "README.md"
keywords = [
    "rootchain",
    "blockchain",
    "wasm",
    "smart-contract",
]
license = "MIT"
repository = "https://github.com/BronzonTech-Cloud/rootchain"

[features]
default = []
std = [
    "serde/std",
    "rootchain-core/std",
]
test-utils = []

[lib]
name = "rootchain_std"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.bincode]
version = "2.0.0-rc.3"
features = [
    "serde",
    "alloc",
]
default-features = false

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.lol_alloc]
version = "0.4.0"

[dependencies.rootchain-core]
version = "1.0.2"
default-features = false

[dependencies.rootchain-macros]
version = "1.0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false