# 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 = "ncaa_data_rs" version = "0.2.1" authors = ["Evan Flynn"] description = "Tools for fetching and handling NCAA data for multiple sports." homepage = "https://gitlab.com/flynneva/ncaa-data-rs.git" documentation = "https://gitlab.com/flynneva/ncaa-data-rs.git" readme = "README.md" keywords = [ "ncaa", "data", "sports", "live", "college", ] license-file = "LICENSE" repository = "https://gitlab.com/flynneva/ncaa-data-rs.git" resolver = "2" [profile.dev] lto = "thin" panic = "unwind" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.maplit] version = "1.0.2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] proxy = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.2" features = ["full"]