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