···1[package]
2name = "atproto-oauth-axum"
3-version = "0.8.0"
4description = "Axum web framework integration for AT Protocol OAuth workflows"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
···1[package]
2name = "atproto-oauth-axum"
3+version = "0.8.1"
4description = "Axum web framework integration for AT Protocol OAuth workflows"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
+1-1
crates/atproto-oauth/Cargo.toml
···1[package]
2name = "atproto-oauth"
3-version = "0.8.0"
4description = "OAuth workflow implementation for AT Protocol - PKCE, DPoP, and secure authentication flows"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
···1[package]
2name = "atproto-oauth"
3+version = "0.8.1"
4description = "OAuth workflow implementation for AT Protocol - PKCE, DPoP, and secure authentication flows"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
+1-1
crates/atproto-record/Cargo.toml
···1[package]
2name = "atproto-record"
3-version = "0.8.0"
4description = "AT Protocol record signature operations - cryptographic signing and verification for AT Protocol records"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
···1[package]
2name = "atproto-record"
3+version = "0.8.1"
4description = "AT Protocol record signature operations - cryptographic signing and verification for AT Protocol records"
5readme = "README.md"
6homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
+1-1
crates/atproto-xrpcs-helloworld/Cargo.toml
···1[package]
2name = "atproto-xrpcs-helloworld"
3-version = "0.8.0"
4description = "Complete example implementation of an AT Protocol XRPC service with DID web functionality and JWT authentication"
5edition.workspace = true
6rust-version.workspace = true
···1[package]
2name = "atproto-xrpcs-helloworld"
3+version = "0.8.1"
4description = "Complete example implementation of an AT Protocol XRPC service with DID web functionality and JWT authentication"
5edition.workspace = true
6rust-version.workspace = true
+1-1
crates/atproto-xrpcs/Cargo.toml
···1[package]
2name = "atproto-xrpcs"
3-version = "0.8.0"
4description = "Core building blocks for implementing AT Protocol XRPC services with JWT authorization"
5edition.workspace = true
6rust-version.workspace = true
···1[package]
2name = "atproto-xrpcs"
3+version = "0.8.1"
4description = "Core building blocks for implementing AT Protocol XRPC services with JWT authorization"
5edition.workspace = true
6rust-version.workspace = true