ac-primitives 0.6.0

Substrate-api-client primitive types
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.0.0"

[dependencies.frame-system]
optional = true
version = "20.0"

[dependencies.impl-serde]
default-features = false
version = "0.4"

[dependencies.pallet-assets]
optional = true
version = "21.0"

[dependencies.pallet-balances]
optional = true
version = "20.0"

[dependencies.pallet-contracts]
optional = true
version = "19.0"

[dependencies.pallet-staking]
optional = true
version = "20.0"

[dependencies.primitive-types]
default-features = false
features = ["serde_no_std", "scale-info"]
version = "0.12.1"

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

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

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.sp-application-crypto]
default-features = false
features = ["full_crypto"]
version = "21.0"

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

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

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

[dependencies.sp-staking]
default-features = false
version = "18.0"

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

[dependencies.sp-weights]
default-features = false
version = "18.0"
[dev-dependencies.node-template-runtime]
version = "2.0"

[dev-dependencies.sp-keyring]
version = "22.0"

[features]
contracts-xt = ["std", "pallet-contracts"]
default = ["std"]
disable_target_static_assertions = ["sp-runtime-interface/disable_target_static_assertions"]
staking-xt = ["std", "pallet-staking"]
std = ["codec/std", "primitive-types/std", "scale-info/std", "serde/std", "serde_json/std", "sp-core/std", "sp-runtime/std", "sp-staking/std", "sp-version/std", "sp-application-crypto/std", "frame-system", "pallet-assets", "pallet-balances"]

[package]
authors = ["Supercomputing Systems AG <info@scs.ch>"]
categories = ["no-std"]
description = "Substrate-api-client primitive types"
edition = "2021"
license = "Apache-2.0"
name = "ac-primitives"
readme = "README.md"
repository = "https://github.com/scs/substrate-api-client"
version = "0.6.0"