idn-contracts 0.1.0

ink! smart contract utilities for using the IDN
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 = "idn-contracts"
version = "0.1.0"
authors = ["Ideal Labs <hello@idealabs.network>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ink! smart contract utilities for using the IDN"
homepage = "https://idealabs.network"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ideal-lab5/idn-sdk"

[features]
default = ["std"]
std = [
    "ink/std",
    "codec/std",
    "hex/std",
    "scale-info/std",
    "sha2/std",
    "sp-idn-traits/std",
    "bp-idn/std",
    "rand/std",
    "rand_chacha/std",
]

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

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

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

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

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.ink]
version = "5.1.1"
default-features = false

[dependencies.rand]
version = "0.9.2"
features = ["alloc"]
default-features = false

[dependencies.rand_chacha]
version = "0.9.0"
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-idn-traits]
version = "0.0.1"
default-features = false

[dev-dependencies.serde]
version = "1.0"
optional = false