# 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 = "raffle" version = "0.0.1" description = "A non-cryptographic 'vouching' system" readme = "README.md" license = "0BSD" repository = "https://github.com/pkhuong/raffle" [[example]] name = "generate_raffle_parameters" crate-type = ["bin"] [dependencies.prost] version = "0.12" optional = true [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dev-dependencies.blake3] version = "1" [dev-dependencies.rand] version = "0.8" [features] default_features = [] prost = ["dep:prost"] serde = ["dep:serde"]