# 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 = "rkyv_rpc" version = "0.0.1-beta.1" authors = ["Nova "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Helpers for defining an RPC protocol using rkyv" documentation = "https://docs.rs/rkyv_rpc" readme = "README.md" keywords = [ "rkyv", "rpc", "no-std", ] categories = [ "no-std", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lantern-chat/rkyv_rpc" [lib] name = "rkyv_rpc" path = "src/lib.rs" [dependencies.paste] version = "1.0.15" [dependencies.rkyv] version = "0.8.0-alpha.3" features = [ "bytecheck", "alloc", ] default-features = false [dependencies.thiserror] version = "1.0.63" optional = true [dependencies.tokio-util] version = "0.7.11" features = ["codec"] default-features = false [dev-dependencies.futures-util] version = "0.3.30" features = ["sink"] [dev-dependencies.rkyv] version = "0.8.0-alpha.3" default-features = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] codec = [ "tokio-util/codec", "dep:thiserror", "rkyv/std", ] default = ["codec"] unaligned = ["rkyv/unaligned"]