# 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" rust-version = "1.65" name = "fizyr-rpc" version = "0.8.0" authors = [ "Fizyr B.V. ", "Maarten de Vries ", ] publish = ["crates-io"] description = "Native Rust implementation of the Fizyr RPC protocol" documentation = "https://docs.rs/fizyr-rpc" readme = "README.md" keywords = [ "rpc", "shared-memory", ] categories = [ "asynchronous", "network-programming", ] license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/fizyr/fizyr-rpc" [package.metadata.docs.rs] features = [ "macros", "tcp", "unix-stream", "unix-seqpacket", ] [dependencies.filedesc] version = "0.6.1" [dependencies.fizyr-rpc-macros] version = "0.8.0" optional = true [dependencies.tokio] version = "1.32.0" features = [ "rt", "sync", ] [dependencies.tokio-seqpacket] version = "0.7.0" optional = true [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.clap] version = "4.4.4" features = ["derive"] [dev-dependencies.memfile] version = "0.3.0" [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [features] macros = ["fizyr-rpc-macros"] tcp = ["tokio/net"] unix-seqpacket = ["tokio-seqpacket"] unix-stream = ["tokio/net"]