github_v3 1.1.0

Minimal async GitHub API v3 client
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.async-stream]
version = "0.3.2"

[dependencies.futures]
version = "0.3.19"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.135"

[dependencies.serde_json]
version = "1.0.78"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
features = ["time"]
version = "1.36.0"

[dependencies.urlencoding]
version = "2.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.36.0"

[features]
default = ["gzip"]
gzip = ["reqwest/gzip"]
[lints.clippy]
bool_to_int_with_if = "allow"
borrow_interior_mutable_const = "deny"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
doc_markdown = "allow"
get_first = "allow"
if_not_else = "allow"
ignored_unit_patterns = "allow"
inline_always = "allow"
items_after_statements = "allow"
manual_assert = "allow"
manual_range_contains = "allow"
many_single_char_names = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
needless_for_each = "allow"
needless_raw_string_hashes = "allow"
no_effect_underscore_binding = "allow"
redundant_closure_for_method_calls = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
type_complexity = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
unused_async = "allow"
unused_self = "allow"
wildcard_imports = "allow"
zero_prefixed_literal = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -100

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
elided_lifetimes_in_paths = "warn"
keyword_idents = "deny"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unit_bindings = "deny"
unused_qualifications = "warn"

[package]
authors = ["Kornel <kornel@geekhood.net>"]
categories = ["web-programming", "web-programming::http-client"]
description = "Minimal async GitHub API v3 client"
edition = "2021"
homepage = "https://lib.rs/github_v3"
keywords = ["github", "restful", "api", "async"]
license = "CC0-1.0"
name = "github_v3"
readme = "README.md"
repository = "https://gitlab.com/lib.rs/main/-/tree/HEAD/github_v3"
version = "1.1.0"