cast_trait_object 0.1.4

Cast between trait objects using only safe Rust.
Documentation
[dependencies.cast_trait_object_macros]
optional = true
version = "=0.1.4"

[features]
alloc = []
default = ["full"]
docs = ["full"]
full = ["alloc", "proc-macros"]
proc-macros = ["dep:cast_trait_object_macros"]

[lib]
name = "cast_trait_object"
path = "src/lib.rs"

[package]
authors = ["Lej77 <31554212+Lej77@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Cast between trait objects using only safe Rust."
documentation = "https://docs.rs/cast_trait_object"
edition = "2018"
homepage = "https://github.com/Lej77/cast_trait_object"
include = ["Cargo.toml", "src", "README*", "CHANGELOG*", "LICENSE*"]
keywords = ["trait", "cast", "any", "upcast"]
license = "MIT OR Apache-2.0"
name = "cast_trait_object"
readme = "README.md"
repository = "https://github.com/Lej77/cast_trait_object"
resolver = "2"
version = "0.1.4"

[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", 'feature="docs"']
targets = ["x86_64-unknown-linux-gnu"]

[package.metadata.playground]
features = ["full"]