# 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 = "pirates" version = "0.1.2" description = "Simple async RPC lib" homepage = "https://github.com/tehsmeely/pirates" readme = "README.md" keywords = [ "rpc", "async", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tehsmeely/pirates" [dependencies.async-trait] version = "0.1.57" [dependencies.log] version = "0.4.17" [dependencies.pirates_macro_lib] version = "0.1.0" [dependencies.postcard] version = "1.0.2" optional = true [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" [dependencies.tokio] version = "1.21.1" features = [ "net", "io-util", "rt", "macros", "time", ] [features] macros = [] transport_postcard = ["postcard"]