# 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 = "precrypt" version = "0.3.5" authors = ["Jacob Peddicord "] description = "Cli wrapper for the umbral-pre proxy re-encryption library with parallel processing." readme = "README.md" categories = ["cryptography", "command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/rebase-foundation/precrypt/tree/main/precrypt" [lib] crate-type = ["cdylib", "rlib"] [dependencies.clap] version = "3.0.13" [dependencies.generic-array] version = "0.14.5" [dependencies.indicatif] version = "0.16.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.umbral-pre] version = "0.5.1" features = ["serde-support", "bindings-wasm"]