ciphercore-base 0.1.1

The base package of CipherCore: computation graphs API, Secure MPC Compiler, utilities for graph evaluation and inspection
Documentation
[[bin]]
name = "ciphercore_compile"
path = "src/bin/ciphercore_compile.rs"

[[bin]]
name = "ciphercore_inspect"
path = "src/bin/ciphercore_inspect.rs"

[[bin]]
name = "ciphercore_matrix_multiplication"
path = "src/bin/ciphercore_matrix_multiplication.rs"

[[bin]]
name = "ciphercore_millionaires"
path = "src/bin/ciphercore_millionaires.rs"

[[bin]]
name = "ciphercore_minimum"
path = "src/bin/ciphercore_minimum.rs"

[[bin]]
name = "ciphercore_sorting"
path = "src/bin/ciphercore_sorting.rs"

[[bin]]
name = "ciphercore_visualize_context"
path = "src/bin/ciphercore_visualize_context.rs"

[[bin]]
name = "ciphercore_evaluate"
path = "src/bin/ciphercore_evaluate.rs"
[dependencies.atomic_refcell]
version = "0.1.8"

[dependencies.chrono]
version = "0.4.19"

[dependencies.ciphercore-utils]
version = "=0.1.1"

[dependencies.clap]
features = ["derive"]
version = "3.0.14"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.json]
version = "0.12.4"

[dependencies.maplit]
version = "1.0.2"

[dependencies.ndarray]
version = "0.15.1"

[dependencies.openssl]
version = "0.10"

[dependencies.petgraph]
version = "0.6.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.68"

[dependencies.typetag]
version = "0.1.7"
[dev-dependencies.serde_test]
version = "1.0.130"

[features]
default = []
nightly-features = []

[package]
authors = ["CipherMode Labs, Inc."]
categories = ["cryptography"]
description = "The base package of CipherCore: computation graphs API, Secure MPC Compiler, utilities for graph evaluation and inspection"
edition = "2021"
homepage = "https://www.ciphermode.com/"
keywords = ["data-sharing", "cryptography", "secure-computation", "secure-mpc", "privacy-enhancing"]
license = "Apache-2.0"
name = "ciphercore-base"
readme = "../README.md"
repository = "https://github.com/ciphermodelabs/ciphercore/"
version = "0.1.1"