mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
13f938cb64
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
41 lines
855 B
TOML
Generated
41 lines
855 B
TOML
Generated
[package]
|
|
name = "authentik-client"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition = "2021"
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license-file.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
aws-lc-rs.workspace = true
|
|
chrono.workspace = true
|
|
serde.workspace = true
|
|
serde_with.workspace = true
|
|
serde_json.workspace = true
|
|
serde_repr.workspace = true
|
|
url.workspace = true
|
|
uuid.workspace = true
|
|
reqwest.workspace = true
|
|
reqwest-middleware.workspace = true
|
|
rustls.workspace = true
|
|
|
|
[lints.rust]
|
|
non_snake_case = "allow"
|
|
|
|
[lints.rustdoc]
|
|
invalid_html_tags = "allow"
|
|
|
|
[lints.clippy]
|
|
derivable_impls = "allow"
|
|
empty_docs = "allow"
|
|
into_iter_on_ref = "allow"
|
|
large_enum_variant = "allow"
|
|
needless_return = "allow"
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["aws-lc-rs", "rustls"]
|