# 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 = "random_lfsr_256_galois" version = "22.10.0" description = "Simple random generator imlplementation based on linear feedback shift register (LFSR, Galois variation) on 256-bit polynome" readme = "README.md" license = "X11" repository = "https://github.com/zavijavasoft/random-lfsr-256-galois" resolver = "2" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_derive] version = "1.0.145" [dependencies.serde_json] version = "1.0" [dev-dependencies.rstest] version = "0.15.0"