add psn_api_rs = { git = "https://github.com/fakeshadow/psn_api_rs" features = ["client"]}
to cargo.toml.
remove features = ["client"]
if you don't want to use build in http client.(See more in documentation)
Use actix-web-client as http client connecting to PSN network.
Get psn user profile, trophies, games info
Receive/send PSN messages.
Get PSN store info.
Performance could be really bad when running on some windows system.