# 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 = "ferric_crypto_lib" version = "0.2.7" authors = ["Tosic.Killer "] exclude = [ "templates/*", "sage/*", ] description = "A library for Ferric Crypto" homepage = "https://gitlab.com/ferric1/ferric_crypto" documentation = "https://docs.rs/ferric_crypto_lib" readme = "README.md" keywords = [ "ferric", "crypto", "rust", "cryptography", "brute-force", ] categories = ["cryptography"] license = "MIT" repository = "https://gitlab.com/ferric1/ferric_crypto" [lib] name = "ferric_crypto_lib" crate-type = [ "cdylib", "rlib", ] [dependencies.gmp-mpfr-sys] version = "1.6.1" features = ["force-cross"] [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.32.3" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-integer] version = "0.1.45" [dependencies.num-prime] version = "0.4.3" [dependencies.num-traits] version = "0.2.17" [dependencies.pyo3] version = "0.20.0" optional = true [dependencies.pyo3-helper-macros] version = "0.0.6" features = ["multiple_pymethod"] optional = true [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.rug] version = "1.22.0" features = [ "integer", "num-traits", ] [dependencies.strsim] version = "0.10.0" [dependencies.thiserror] version = "1.0.50" [features] custom-enconding = [] debug = [] default = [ "parallel", "custom-enconding", ] parallel = [] python-integration = [ "dep:pyo3", "dep:pyo3-helper-macros", "pyo3/extension-module", "pyo3/multiple-pymethods", ] sequential = []