gear-runtime-primitives 2.0.0

Gear Runtime primitives
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 = "2024"
rust-version = "1.91"
name = "gear-runtime-primitives"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear Runtime primitives"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gear-runtime-primitives"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["std"]
std = [
    "sp-core/std",
    "sp-runtime/std",
]

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

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.sp-core]
version = "34.0.0"
default-features = false

[dependencies.sp-runtime]
version = "39.0.1"
default-features = false