# 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" rust-version = "1.56.1" name = "vcg-auction" version = "0.2.0" authors = ["daylightwarbler "] description = "A Vickrey-Clarke-Groves auction library." readme = "README.md" keywords = [ "vcg", "vickrey", "auction", "second-price", "sealed-bid", ] categories = [ "algorithms", "finance", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daylightwarbler/vcg-auction/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.secrecy] version = "0.8.0" [features] default = ["rand"]