# 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 = "ciphercore-base" version = "0.3.1" authors = ["CipherMode Labs, Inc."] description = "The base package of CipherCore: computation graphs API, Secure MPC Compiler, utilities for graph evaluation and inspection" homepage = "https://www.ciphermode.com/" readme = "README.md" keywords = [ "data-sharing", "cryptography", "secure-computation", "secure-mpc", "privacy-enhancing", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/ciphermodelabs/ciphercore/" resolver = "1" [[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_sort" path = "src/bin/ciphercore_sort.rs" [[bin]] name = "ciphercore_visualize_context" path = "src/bin/ciphercore_visualize_context.rs" [[bin]] name = "ciphercore_evaluate" path = "src/bin/ciphercore_evaluate.rs" [[bin]] name = "ciphercore_split_parties" path = "src/bin/ciphercore_split_parties.rs" [[bin]] name = "ciphercore_gen_zero_input" path = "src/bin/ciphercore_gen_zero_input.rs" [[bin]] name = "ciphercore_a2b" path = "src/bin/ciphercore_a2b.rs" [dependencies.aes] version = "0.8.2" [dependencies.anyhow] version = "1.0.70" features = ["backtrace"] [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.atomic_refcell] version = "0.1.8" [dependencies.chrono] version = "0.4.19" [dependencies.cipher] version = "0.4.4" features = ["block-padding"] [dependencies.ciphercore-utils] version = "=0.3.0" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.getrandom] version = "0.2.9" features = ["js"] [dependencies.json] version = "0.12.4" [dependencies.maplit] version = "1.0.2" [dependencies.ndarray] version = "0.15.1" [dependencies.petgraph] version = "0.6.0" [dependencies.pyo3] version = "0.17.1" features = ["extension-module"] optional = true [dependencies.pywrapper-macro] version = "0.3.1" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.130" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.94" features = ["arbitrary_precision"] [dependencies.tonic] version = "0.8.3" optional = true [dependencies.typetag] version = "0.2.8" [dependencies.uuid] version = "0.8.2" features = ["v4"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.futures-core] version = "0.3.21" [dev-dependencies.futures-util] version = "0.3.21" [dev-dependencies.serde_test] version = "1.0.130" [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", "rt-multi-thread", ] [features] default = [] fuzzing = [] py-binding = [ "dep:pyo3", "dep:pywrapper-macro", ] tonic-errors = ["dep:tonic"]