psn_rs 0.1.0

Interact with PlayStation Network API in full Rust!
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "psn_rs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interact with PlayStation Network API in full Rust!"
readme = "README.md"
license = "MIT"

[lib]
name = "psn_rs"
path = "src/lib.rs"

[[example]]
name = "get_all_titles"
path = "examples/get_all_titles.rs"

[[example]]
name = "get_title_trophies"
path = "examples/get_title_trophies.rs"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.log]
version = "0.4.27"

[dependencies.reqwest]
version = "0.12.15"
features = ["json"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.4"

[dependencies.uuid]
version = "1.16.0"
features = [
    "v1",
    "v4",
]