cargo: audit unsoundness and improve package info

Aydin Mercan 2022-06-06 10:51:08 +03:00
parent ede2506fab
commit cc89165104
No known key found for this signature in database
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,6 @@
[advisories]
informational_warnings = ["unmaintained", "unsound"]
[output]
quiet = false
deny = ["warnings"]

6
Cargo.lock generated
View File

@ -176,7 +176,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"uuid 1.1.0",
"uuid 1.1.1",
]
[[package]]
@ -1096,9 +1096,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]]
name = "uuid"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365"
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
dependencies = [
"getrandom",
"serde",

View File

@ -1,9 +1,11 @@
[package]
name = "chibiauth"
version = "0.0.1"
description = "Naive OpenID provider server"
authors = ["Aydin Mercan <aydin@mercan.dev>"]
edition = "2021"
license = "EUPL-1.2"
authors = ["Aydin Mercan <aydin@mercan.dev>"]
keywords = ["sso", "oidc", "oauth", "oauth2"]
rust-version = "1.61"
[dependencies]