# 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 = "arbitrage_finder" version = "0.1.0" authors = ["Daan Koning"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to find sports betting arbitrage opportunities" homepage = "https://github.com/daankoning/ArbitrageFinder/" readme = "README.md" keywords = [ "sports", "betting", "gambling", "arbitrage", ] categories = [ "command-line-utilities", "finance", ] license-file = "LICENSE" repository = "https://github.com/daankoning/ArbitrageFinder/" [profile.release] panic = "abort" [[bin]] name = "arbitrage_finder" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.ordered-float] version = "4.3.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [lints.clippy] expect_used = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1