# 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 = "2018" name = "hacspec-lib" version = "0.1.0-beta.1" authors = [ "Franziskus Kiefer ", "Denis Merigoux ", ] description = "The hacspec library." documentation = "https://docs.rs/hacspec-lib" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hacspec/hacspec" [[bench]] name = "copy" harness = false [dependencies.abstract_integers] version = "0.1.5" default-features = false [dependencies.hacspec-attributes] version = "0.1.0-beta.1" optional = true [dependencies.num] version = "0.4" default-features = false [dependencies.secret_integers] version = "0.1.7" optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] alloc = ["secret_integers"] default = ["std"] release = [] std = [ "alloc", "secret_integers", "num/std", "abstract_integers/std", ] use_attributes = [ "hacspec-attributes", "hacspec-attributes/print_attributes", ]