# 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 = "bc-shamir" version = "0.4.1" authors = ["Blockchain Commons"] description = "Shamir's Secret Sharing (SSS) for Rust." documentation = "https://docs.rs/bc-shamir" readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "BSD-2-Clause-Patent" repository = "https://github.com/BlockchainCommons/bc-shamir-rust" [dependencies.bc-crypto] version = "^0.5.0" [dependencies.bc-rand] version = "^0.2.0" [dependencies.thiserror] version = "^1.0.48" [dev-dependencies.hex] version = "^0.4.3" [dev-dependencies.hex-literal] version = "^0.4.1" [dev-dependencies.rand] version = "^0.8.5" [dev-dependencies.version-sync] version = "^0.9.0"