An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

lockfile

+8
+8
Cargo.lock
··· 2825 2825 dependencies = [ 2826 2826 "base64 0.21.7", 2827 2827 "crypto", 2828 + "hickory-resolver", 2828 2829 "httpmock", 2829 2830 "multibase", 2830 2831 "p256", ··· 2842 2843 "tokio", 2843 2844 "tracing", 2844 2845 "url", 2846 + "urlencoding", 2845 2847 "uuid", 2846 2848 "zeroize", 2847 2849 ] ··· 6980 6982 "serde", 6981 6983 "serde_derive", 6982 6984 ] 6985 + 6986 + [[package]] 6987 + name = "urlencoding" 6988 + version = "2.1.3" 6989 + source = "registry+https://github.com/rust-lang/crates.io-index" 6990 + checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 6983 6991 6984 6992 [[package]] 6985 6993 name = "urlpattern"