# 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 = "betting" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to manage twitch-style bets (aka 'Parimutuel betting')" readme = "README.md" keywords = [ "bets", "betting", "prediction", "wager", "outcome", ] license = "Unlicense" repository = "https://github.com/Inspirateur/betting" [lib] name = "betting" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.itertools] version = "0.13" [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.thiserror] version = "2.0"