[dependencies.sp-api]
default-features = false
version = "2.0.0-alpha.7"
[dependencies.sp-core]
default-features = false
version = "2.0.0-alpha.7"
[dependencies.sp-runtime]
optional = true
version = "2.0.0-alpha.7"
[dependencies.sp-std]
default-features = false
version = "2.0.0-alpha.7"
[features]
default = ["std"]
std = ["sp-api/std", "sp-std/std", "sp-runtime", "sp-core/std"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Primitives for sessions"
edition = "2018"
homepage = "https://substrate.dev"
license = "GPL-3.0"
name = "sp-session"
repository = "https://github.com/paritytech/substrate/"
version = "2.0.0-alpha.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]