iris-crypto 0.2.0

Cryptographic primitives for Iris Nockchain Wallet
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"
rust-version = "1.88.0"
name = "iris-crypto"
version = "0.2.0"
authors = ["NockBox inc. <tech@nockbox.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic primitives for Iris Nockchain Wallet"
homepage = "https://nockbox.org"
documentation = "https://docs.rs/iris-crypto"
readme = "README.md"
keywords = [
    "nockchain",
    "iris",
    "wallet",
    "nock",
]
license = "MIT"
repository = "https://github.com/nockbox/iris-rs"

[features]
alloc = [
    "iris-ztd/alloc",
    "argon2/alloc",
    "bip39/alloc",
    "serde/alloc",
    "bs58/alloc",
    "serdect/alloc",
    "hex",
]
argon2 = [
    "dep:argon2",
    "alloc",
]
default = [
    "alloc",
    "argon2",
    "mnemonic",
]
mnemonic = [
    "dep:bip39",
    "alloc",
]
wasm = [
    "iris-ztd/wasm",
    "tsify",
    "wasm-bindgen",
]

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

[dependencies.argon2]
version = "0.5.3"
features = []
optional = true
default-features = false

[dependencies.arrayvec]
version = "0.7"

[dependencies.bip39]
version = "2.0"
features = []
optional = true
default-features = false

[dependencies.bs58]
version = "0.5"
features = []
default-features = false

[dependencies.crypto-bigint]
version = "0.6"
features = ["serde"]
default-features = false

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.hmac]
version = "0.12"
default-features = false

[dependencies.ibig]
version = "0.3"
features = ["num-traits"]
default-features = false

[dependencies.iris-ztd]
version = "0.2.0"
default-features = false

[dependencies.iris-ztd-derive]
version = "0.2.0"

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

[dependencies.serdect]
version = "0.3"
default-features = false

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

[dependencies.tsify]
version = "0.5"
features = ["json"]
optional = true
default-features = false

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.hex]
version = "0.4"

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