# 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" rust-version = "1.79" name = "shamirss" version = "0.1.3" authors = ["Bartosz Lenart "] description = "Hobbist implementation of Shamirs Secret Sharing algorithm." readme = "README.md" categories = [ "algorithms", "cryptography", "cryptography::cryptocurrencies", ] license-file = "LICENSE" repository = "https://github.com/Cipher-Bureau/shamirsss" [profile.test] opt-level = 3 [[bench]] name = "benchmarks" harness = false [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.68" features = [ "v111", "vendored", ] [dependencies.openssl-sys] version = "0.9.104" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.criterion] version = "0.5.1" [badges.maintenance] status = "experimental" [lints.rust] unsafe_code = "forbid"