substrate-state-machine 2512.0.0

ISMP state machine client implementation for substrate-based chains
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 = "substrate-state-machine"
version = "2512.0.0"
authors = ["Polytope Labs <hello@polytope.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISMP state machine client implementation for substrate-based chains "
homepage = "https://docs.hyperbridge.network/developers/polkadot/getting-started"
documentation = "https://docs.rs/substrate-state-machine"
readme = "README.md"
keywords = [
    "substrate",
    "polkadot-sdk",
    "ISMP",
    "interoperability",
]
license = "Apache-2.0"
repository = "https://github.com/polytope-labs/hyperbridge"

[features]
default = ["std"]
std = [
    "polkadot-sdk/std",
    "ismp/std",
    "codec/std",
    "primitive-types/std",
    "scale-info/std",
    "serde/std",
    "pallet-ismp/std",
    "hash-db/std",
]

[lib]
name = "substrate_state_machine"
path = "src/lib.rs"

[dependencies.codec]
version = "3.7"
features = ["derive"]
default-features = false
package = "parity-scale-codec"

[dependencies.hash-db]
version = "0.16.0"
default-features = false

[dependencies.ismp]
version = "2512.0.0"
default-features = false

[dependencies.pallet-ismp]
version = "2512.0.0"
default-features = false

[dependencies.polkadot-sdk]
version = "2512.1.0"
features = [
    "frame-support",
    "sp-runtime",
    "sp-consensus-aura",
    "sp-consensus-babe",
    "sp-trie",
]
default-features = false

[dependencies.primitive-types]
version = "0.13.1"
default-features = false

[dependencies.scale-info]
version = "2.1.1"
features = [
    "derive",
    "derive",
]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "alloc",
    "derive",
]
default-features = false

[dependencies.trie-db]
version = "0.30.0"
default-features = false