serde_traitobject 0.1.3

Serializable and deserializable trait objects. This library enables the serialization and deserialization of trait objects such that they can be sent between other processes running the same binary.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "serde_traitobject"
version = "0.1.3"
authors = ["Alec Mocatta <alec@mocatta.net>"]
description = "Serializable and deserializable trait objects.\n\nThis library enables the serialization and deserialization of trait objects such that they can be sent between other processes running the same binary.\n"
homepage = "https://github.com/alecmocatta/serde_traitobject"
documentation = "https://docs.rs/serde_traitobject/0.1.3"
readme = "README.md"
keywords = ["trait-object", "serialization", "serde", "distributed"]
categories = ["development-tools", "encoding", "rust-patterns", "network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alecmocatta/serde_traitobject"

[[test]]
name = "test"
path = "tests/test.rs"
harness = false
[dependencies.erased-serde]
version = "0.3"

[dependencies.metatype]
version = "0.1.1"

[dependencies.relative]
version = "0.1.2"

[dependencies.serde]
version = "1.0"
[dev-dependencies.bincode]
version = "1.0"

[dev-dependencies.serde_closure]
version = "0.1.3"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"
[badges.appveyor]
repository = "alecmocatta/serde_traitobject"

[badges.circle-ci]
repository = "alecmocatta/serde_traitobject"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "alecmocatta/serde_traitobject"