[package] name = "austinhellerrepo-common-rust" version = "0.2.2" edition = "2021" authors = ["Austin Heller"] description = "This library contains all general algorithms and functionality that can easily be shared between my other projects." readme = "README.md" repository = "https://github.com/AustinHellerRepo/CommonRust" license = "MIT OR Apache-2.0" keywords = ["math", "utility", "common", "data-structures", "algorithm"] categories = ["algorithms", "mathematics", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitvec = { version = "1.0.1" } rstest = { version = "0.16.0" } uuid = { version = "1.2.2", features = ["v4"] } log = { version = "0.4.17" } pretty_env_logger = { version = "0.4.0" }