# 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-adapters" version = "0.1.1" authors = ["CipherMode Labs, Inc."] description = "An auxiliary crate to bridge CipherCore with its C bindings" 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/" [lib] name = "cadapter" crate-type = ["staticlib", "dylib"] [dependencies.atomic_refcell] version = "0.1.8" [dependencies.chrono] version = "0.4.19" [dependencies.ciphercore-base] version = "=0.1.1" [dependencies.ciphercore-utils] version = "=0.1.1" [dependencies.clap] version = "3.0.14" features = ["derive"] [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] version = "1.0.130" features = ["derive", "rc"] [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 = []