# 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-core" version = "0.11.0" authors = ["NGnius "] description = "Universal Steam Deck Plugin Library core designed for all architectures" readme = "README.md" license = "GPL-3.0-only" repository = "https://git.ngni.us/NG-SD-Plugins/usdpl-rs" [dependencies.aes-gcm-siv] version = "0.10" features = [ "alloc", "aes", ] optional = true default-features = false [dependencies.base64] version = "0.13" [dev-dependencies.hex-literal] version = "0.3.4" [features] decky = [] default = [] encrypt = ["aes-gcm-siv"]