# 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 = "github_release_check" version = "0.2.1" exclude = [".github"] description = "Check latest GitHub release version" homepage = "https://github.com/celeo/github_release_check" documentation = "https://docs.rs/github_release_check" readme = "README.md" keywords = ["github"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/celeo/github_release_check" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.12.0" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.semver] version = "1.0.9" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.mockito] version = "0.31.0"