# 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 = "discrete-logarithm" version = "1.0.0" authors = ["skyf0l "] include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "Fast discrete logarithm solver" readme = "README.md" keywords = [ "number-theory", "cryptography", "bignum", "discrete-logarithm", ] categories = [ "algorithms", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/skyf0l/discrete-logarithm" [dependencies.primal] version = "0.3" [dependencies.rug] version = "1" features = [ "integer", "rand", ] default-features = false [dependencies.thiserror] version = "1"