# 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 = "skynet_api_monitor" version = "0.4.7" authors = ["MXWXZ "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "API for Skynet monitor plugin." readme = "README.md" keywords = [ "framework", "api", "ffi", "plugin", ] categories = [ "api-bindings", "external-ffi-bindings", ] license = "GPL-3.0" repository = "https://github.com/MXWXZ/skynet" [lib] name = "skynet_api_monitor" path = "src/lib.rs" [dependencies.actix-cloud] version = "0.4" [dependencies.derivative] version = "2.2" [dependencies.ecies] version = "0.2" features = [ "std", "pure", ] default-features = false [dependencies.enum-as-inner] version = "0.6" [dependencies.parking_lot] version = "0.12" [dependencies.prost] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.skynet_api] version = "0.2" features = ["skynet"] [dependencies.skynet_macro] version = "0.2" [build-dependencies.prost-build] version = "0.13" [build-dependencies.walkdir] version = "2.5"