[badges.azure-devops]
pipeline = "tests"
project = "alecmocatta/relative"
[badges.maintenance]
status = "actively-developed"
[dependencies.build_id]
version = "0.2"
[dependencies.serde]
version = "1.0"
[dependencies.uuid]
features = ["serde"]
version = "0.8"
[dev-dependencies.bincode]
version = "1.0"
[dev-dependencies.metatype]
version = "0.2"
[dev-dependencies.serde_derive]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
nightly = []
[package]
authors = ["Alec Mocatta <alec@mocatta.net>"]
build = "build.rs"
categories = ["development-tools", "encoding", "rust-patterns", "network-programming"]
description = """
A type to wrap vtable references such that they can be safely sent between other processes running the same binary.
"""
documentation = "https://docs.rs/relative/0.2.2"
edition = "2018"
homepage = "https://github.com/alecmocatta/relative"
keywords = ["serde", "static", "reference", "pointer", "distributed"]
license = "MIT OR Apache-2.0"
links = "relative"
name = "relative"
readme = "README.md"
repository = "https://github.com/alecmocatta/relative"
version = "0.2.2"