# 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 = "prediction-market-event" version = "0.14.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a library for creating and attesting to prediction market events" documentation = "https://docs.rs/prediction-market-event/latest/prediction_market_event/" readme = "README.md" keywords = [ "prediction", "market", ] license = "MIT" repository = "https://github.com/Fedimint-Prediction-Markets/prediction-market-event" [lib] name = "prediction_market_event" path = "src/lib.rs" [dependencies.nostr] version = "0.35.0" features = ["std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63"