# 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 = "pinnacle" version = "0.1.3" description = "Rust wrapper for Pinnacle Sports API" readme = "README.md" license = "MIT" repository = "https://github.com/imbolc/pinnacle" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.displaydoc] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.rusty-hook] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]