# 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 = "nx-request-handler" version = "0.1.6" authors = ["techyCoder81"] description = "A Rust crate for streamlining messaging between Skyline Plugins and WebSessions." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/techyCoder81/nx-request-handler" [package.metadata.skyline] titleid = "01006A800016E000" [profile.dev] panic = "abort" [profile.release] lto = true panic = "abort" [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.skyline] version = "0.2.1" [dependencies.skyline-web] version = "0.1.0" features = ["json"] [dependencies.smashnet] version = "0.2.0" [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6.2" features = ["deflate"] default-features = false [features]