[[bin]]
name = "testbin"
path = "src/example.rs"
[dependencies.rand]
version = "0.8.4"
[dependencies.rand_pcg]
version = "0.3.1"
[lib]
crate-type = ["lib", "staticlib"]
[package]
description = "This library implements several galois field operation in Rust, as well as gaussian elimination in Galois Field."
edition = "2018"
license = "Apache-2.0"
name = "rustgf"
readme = "README.md"
version = "0.1.1"
[target.'cfg(not(target_arch = "x86_64"))'.dependencies.galois_2p8]
features = []
version = "0.1.2"
[target.'cfg(target_arch = "x86_64")'.dependencies.galois_2p8]
features = ["simd"]
version = "0.1.2"