# 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 = "datacake-rpc" version = "0.5.1" description = "A zero-copy, actor-like RPC framework using rkyv." readme = "README.md" keywords = [ "tokio", "rpc", "zero-copy", ] categories = [ "concurrency", "asyncronous", ] license = "MIT" repository = "https://github.com/lnx-search/datacake" [dependencies.anyhow] version = "1" [dependencies.async-stream] version = "0.3.3" optional = true [dependencies.async-trait] version = "0.1.60" [dependencies.bytes] version = "1.3.0" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.23" features = ["full"] [dependencies.parking_lot] version = "0.12.1" [dependencies.rkyv] version = "0.7.42" features = [ "strict", "validation", ] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.turmoil] version = "0.4.0" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] simulation = [ "turmoil", "async-stream", ] test-utils = []