# 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 = "simplygo" version = "0.2.0" description = "Simplygo SDK for Rust." readme = "README.md" license = "MIT" repository = "https://github.com/mrzzy/providence" [dependencies.chrono] version = "0.4.26" features = [ "serde", "std", ] [dependencies.chrono-tz] version = "0.9.0" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.12.0" features = [ "blocking", "multipart", ] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0.11" features = [ "color", "color-auto", ] [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.httpmock] version = "0.7.0"