# 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 = "srpc" version = "0.1.6" description = "simple and extremely performant RPC server built on top of Canary" keywords = ["rpc", "async", "network", "microservices", "api"] license = "MIT" repository = "https://github.com/znx3p0/srpc" [dependencies.async-lock] version = "2.4.0" [dependencies.canary] version = "0.1.6" [dependencies.compact_str] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.srpc-macro] version = "0.1.5"