[package] name = "genlib" version = "0.1.0" edition = "2021" license = "BSD-3-Clause" #license-file = "LICENSE" description = "A library containing a wide range of useful 'general-purpose' and 'generic' types, traits, and functions" repository = "https://github.com/gabe-lee/genlib" readme = "README.md" authors = ["Gabriel Lee Anderson"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" [dev-dependencies] serial_test = "0.4.0"