# 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-utils" version = "0.3.0" authors = ["CipherMode Labs, Inc."] description = "Convenience functions and wrappers used by CipherCore crates" 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" [dependencies.chrono] version = "0.4.19" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.130" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.94" [features] default = []