# 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 = "yali" version = "0.1.1" include = [ "src/*", "benches/*.rs", "Cargo.toml", ] description = "Yet Another LargeInt Library" homepage = "https://github.com/vanten-s/yali" readme = "README.md" keywords = [ "number", "large", "modexp", ] categories = [ "cryptography", "mathematics", "data-structures", "algorithms", ] license-file = "LICENSE" repository = "https://github.com/vanten-s/yali" [dependencies.rand] version = "0.8.5"