# 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 = "2018" name = "serde_traitobject" version = "0.2.8" authors = ["Alec Mocatta "] description = """ 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. """ homepage = "https://github.com/alecmocatta/serde_traitobject" documentation = "https://docs.rs/serde_traitobject" 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.2" [dependencies.relative] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_closure] version = "0.3" optional = true [dev-dependencies.bincode] version = "1.0" [dev-dependencies.serde_closure] version = "0.3" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.wasm-bindgen-test] version = "0.3" [badges.azure-devops] build = "9" pipeline = "tests" project = "alecmocatta/serde_traitobject" [badges.maintenance] status = "actively-developed"