lpn 0.1.2

Software to study attacks on the Learning Parity with Noise problem
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "lpn"
version = "0.1.2"
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
description = "Software to study attacks on the Learning Parity with Noise problem"
homepage = "https://thomwiggers.nl/research/msc-thesis/"
license = "MIT"
repository = "https://github.com/thomwiggers/lpn"
[profile.release]
opt-level = 3
lto = true
debug-assertions = false
overflow-checks = false
[dependencies.binomial-iter]
version = "0.1"

[dependencies.factorial]
version = "0.1"

[dependencies.fnv]
version = "1.0"

[dependencies.itertools]
version = "^0.8"

[dependencies.lazy_static]
version = "1"

[dependencies.m4ri-rust]
version = "0.3.2"
features = ["serde"]

[dependencies.num-bigint]
version = "0.2"

[dependencies.num-rational]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.7.0"

[dependencies.rayon]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.8"

[dependencies.time]
version = "0.1"

[features]
default = ["nodebug"]
nodebug = []