arcium-core-utils 0.3.3

Arcium core utils
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 = "arcium-core-utils"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arcium core utils"
homepage = "https://www.arcium.com"
readme = false
license = "GPL-3.0-or-later"

[features]
dev = ["keccak"]

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.derive_more]
version = "1.0.0"
features = [
    "from",
    "as_ref",
    "into_iterator",
    "add",
    "add_assign",
    "mul",
    "mul_assign",
    "display",
    "deref",
    "deref_mut",
]

[dependencies.enum-try-as-inner]
version = "0.1.1"

[dependencies.ff]
version = "0.13.1"
features = ["derive"]

[dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

[dependencies.itertools]
version = "0.12.1"

[dependencies.keccak]
version = "0.1.5"
optional = true

[dependencies.macros]
version = "0.3.3"
package = "mpc-macros"

[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.primitives]
version = "0.3.3"
package = "arcium-primitives"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.165"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "1.0.61"

[dependencies.tokio]
version = "1.46.1"
features = [
    "macros",
    "io-util",
    "macros",
]

[dependencies.typenum]
version = "1.17.0"
features = ["const-generics"]

[dev-dependencies.keccak]
version = "0.1.5"