# 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 = "cryptix-field" version = "0.1.0" authors = ["m4tsuri"] description = "A library for group, ring and field arithmetics based on cryptix-bigint" homepage = "https://github.com/M4tsuri/Cryptix/tree/main/cryptix-field" documentation = "https://docs.rs/cryptix-field" readme = "README.md" keywords = [ "abstract-algebra", "field", "group", "ring", "cryptography", ] categories = [ "cryptography", "algorithms", "mathematics", "no-std", ] license = "GPL-3.0" repository = "https://github.com/M4tsuri/Cryptix" [[bench]] name = "fp" harness = false [dependencies.cryptix-bigint] version = "0.1.0" [dependencies.rand_core] version = "0.6.4" optional = true default_features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8.5" default_features = false [dev-dependencies.rand_chacha] version = "0.3.1" default_features = false [features] rand = [ "cryptix-bigint/rand", "dep:rand_core", ] std = []