sp-std 9.0.0

Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime.
Documentation
[features]
default = ["std"]
std = []

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime."
documentation = "https://docs.rs/sp-std"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-std"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "9.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]