Files
authentik/packages/client-rust/Cargo.toml
T
dependabot[bot] 13f938cb64 core: bump openapitools/openapi-generator-cli from v7.20.0 to v7.23.0 in /packages/client-rust (#22574)
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>
2026-06-17 13:48:26 +00:00

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"]