arcis 0.11.1

A standard library of types and functions for writing MPC circuits with the Arcis framework.
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 = "arcis"
version = "0.11.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standard library of types and functions for writing MPC circuits with the Arcis framework."
homepage = "https://www.arcium.com"
readme = "README.md"
license = "GPL-3.0-or-later"

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

[dependencies.arcis-compiler]
version = "=0.11.1"
default-features = false

[dependencies.arcis-interpreter-proc-macros]
version = "=0.11.1"

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

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

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.8.5"