# 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 = "qudoku" version = "0.1.1" authors = ["conduition"] description = "Shamir Secret Sharing implementation, including a novel nested threshold secret system to complement existing SSS groups." readme = "README.md" keywords = [ "shamir", "secp256k1", "elliptic", "secret", "sharing", ] license = "Unlicense" repository = "https://github.com/conduition/qudoku" [package.metadata.docs.rs] all-features = true [dependencies.num-traits] version = "0.2.18" default-features = false [dependencies.rand] version = "0.8.5" features = [] optional = true default-features = false [dependencies.secp] version = "0.2.0" features = [ "k256", "num-traits", ] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" features = ["getrandom"] default-features = false [features] default = [] rand = [ "dep:rand", "secp/rand", ]