[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"
[dependencies.fabric-support]
default-features = false
version = "2.0.0"
[dependencies.fabric-system]
default-features = false
version = "2.0.0"
[dependencies.impl-trait-for-tuples]
version = "0.1"
[dependencies.noble-timestamp]
default-features = false
version = "2.0.0"
[dependencies.serde]
optional = true
version = "1.0.101"
[dependencies.tet-core]
default-features = false
version = "2.0.2"
[dependencies.tet-io]
default-features = false
version = "2.0.2"
[dependencies.tetcore-std]
default-features = false
version = "2.0.2"
[dependencies.tp-runtime]
default-features = false
version = "2.0.2"
[dependencies.tp-session]
default-features = false
version = "2.0.2"
[dependencies.tp-staking]
default-features = false
version = "2.0.2"
[dependencies.tp-trie]
default-features = false
optional = true
version = "2.0.2"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.tet-application-crypto]
version = "2.0.2"
[features]
default = ["std", "historical"]
historical = ["tp-trie"]
std = ["serde", "codec/std", "tetcore-std/std", "tet-io/std", "fabric-support/std", "tet-core/std", "tp-runtime/std", "tp-session/std", "tp-staking/std", "noble-timestamp/std", "tp-trie/std"]
[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "FABRIC sessions noble"
documentation = "https://docs.rs/noble-session"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "noble-session"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]