# 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 = "austinhellerrepo-common-rust" version = "0.2.2" authors = ["Austin Heller"] description = "This library contains all general algorithms and functionality that can easily be shared between my other projects." readme = "README.md" keywords = [ "math", "utility", "common", "data-structures", "algorithm", ] categories = [ "algorithms", "mathematics", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/CommonRust" [dependencies.bitvec] version = "1.0.1" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rstest] version = "0.16.0" [dependencies.uuid] version = "1.2.2" features = ["v4"]