# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "psn_api_rs" version = "0.3.0" authors = ["fakeshadow <24548779@qq.com>"] exclude = ["examples/*"] description = "A simple PSN Network API wrapper" readme = "README.md" keywords = ["game", "playstation", "psn"] license = "MIT" repository = "https://github.com/fakeshadow/psn_api_rs" [lib] name = "psn_api_rs" path = "src/lib.rs" [dependencies.crossbeam-queue] version = "0.2.1" optional = true [dependencies.derive_more] version = "0.14.1" [dependencies.rand] version = "0.7.1" [dependencies.reqwest] version = "0.10.4" features = ["json"] optional = true [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.serde_json] version = "1.0.40" [dependencies.serde_urlencoded] version = "0.6.1" optional = true [dependencies.tang-rs] version = "0.1.0" optional = true [dependencies.tokio] version = "0.2.16" features = ["fs"] optional = true default-features = false [dev-dependencies.tokio] version = "0.2.16" [features] default = ["crossbeam-queue", "reqwest", "serde_urlencoded", "tang-rs", "tokio"]