# 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 = "2021" name = "usdpl-back" version = "0.11.0" authors = ["NGnius "] description = "Universal Steam Deck Plugin Library back-end" readme = "README.md" license = "GPL-3.0-only" repository = "https://git.ngni.us/NG-SD-Plugins/usdpl-rs" [dependencies.async-lock] version = "2.7" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.57" [dependencies.bytes] version = "1.1" [dependencies.gettext-ng] version = "0.4.1" [dependencies.hex] version = "0.4" optional = true [dependencies.log] version = "0.4" [dependencies.nrpc] version = "0.10" features = ["server-send"] default-features = false [dependencies.obfstr] version = "0.3" optional = true [dependencies.prost] version = "0.11" [dependencies.ratchet_rs] version = "0.4" features = ["deflate"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.usdpl-core] version = "0.11" [build-dependencies.usdpl-build] version = "0.11" [features] blocking = [] decky = ["usdpl-core/decky"] default = ["blocking"]