# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nube" version = "0.0.1" authors = ["David Núñez ", "Bogdan Opanchuk "] description = "Implementation of a pairing-based proxy reencryption algorithm with distributed key generaton" readme = "README.md" categories = ["cryptography", "no-std"] license = "GPL-3.0-only" repository = "https://github.com/nucypher/nube" [dependencies.bls12_381] version = "0.6" [dependencies.ff] version = "0.11" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.sha3] version = "0.9"