burn_p2p_auth_github 0.21.6

Optional GitHub auth connector for burn_p2p.
Documentation
# 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 = "2024"
rust-version = "1.92"
name = "burn_p2p_auth_github"
version = "0.21.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional GitHub auth connector for burn_p2p."
readme = "README.md"
keywords = [
    "burn",
    "distributed",
    "p2p",
    "federated",
    "training",
]
categories = [
    "network-programming",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aberration-technology/burn_p2p"

[lib]
name = "burn_p2p_auth_github"
path = "src/lib.rs"

[dependencies.burn_p2p_auth_external]
version = "=0.21.6"

[dependencies.burn_p2p_core]
version = "=0.21.6"

[dependencies.burn_p2p_security]
version = "=0.21.6"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]

[lints.clippy]
dbg_macro = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"