# 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] name = "asmuth_bloom_secret_sharing" version = "0.2.2" authors = ["Ivan Zderadicka "] build = "build.rs" description = "Asmuth Bloom secret sharing algorithm based on Chinese Reminder Theorem" homepage = "https://github.com/izderadicka/asmuth_bloom_secret_sharing" documentation = "https://docs.rs/asmuth_bloom_secret_sharing" keywords = ["secret-sharing", "Asmuth-Bloom", "cryptography"] categories = ["cryptography"] license = "MIT/Apache-2.0" [dependencies.clap] version = "2.25.0" [dependencies.rand] version = "0.3" [dependencies.num] version = "0.1.40" [dependencies.quick-error] version = "1.2.0" [build-dependencies.built] version = "0.2"