bp-idn 0.0.1

Primitives of IDN runtime.
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 = "2021"
name = "bp-idn"
version = "0.0.1"
authors = ["Ideal Labs <hello@idealabs.network>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives of IDN runtime."
homepage = "https://idealabs.network"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ideal-lab5/idn-sdk"

[features]
default = ["std"]
runtime-benchmarks = [
    "frame-support/runtime-benchmarks",
    "pallet-idn-manager/runtime-benchmarks",
    "sp-runtime/runtime-benchmarks",
]
std = [
    "codec/std",
    "scale-info/std",
    "sha2/std",
    "ark-serialize/std",
    "frame-support/std",
    "pallet-idn-manager/std",
    "sp-consensus-randomness-beacon/std",
    "sp-idn-crypto/std",
    "sp-idn-traits/std",
    "sp-runtime/std",
    "sp-core/std",
]

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

[dependencies.ark-serialize]
version = "0.5.0"
features = ["derive"]
default-features = false

[dependencies.codec]
version = "3.7.5"
features = ["derive"]
default-features = false
package = "parity-scale-codec"

[dependencies.frame-support]
version = "40.1.0"
default-features = false

[dependencies.pallet-idn-manager]
version = "0.0.1"
default-features = false

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

[dependencies.sha2]
version = "0.10.2"
default-features = false

[dependencies.sp-consensus-randomness-beacon]
version = "0.0.1"
default-features = false

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

[dependencies.sp-idn-crypto]
version = "0.0.1"
default-features = false

[dependencies.sp-idn-traits]
version = "0.0.1"
default-features = false

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