[dependencies.once_cell]
version = "1.7"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.replace_with]
version = "0.1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[features]
default = ["std"]
std = []
[lib]
path = "./src/lib.rs"
proc-macro = true
[package]
authors = ["Kotauskas <v.toncharov@gmail.com>"]
categories = ["development-tools::ffi", "rust-patterns", "no-std"]
description = "One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code"
documentation = "https://docs.rs/thin_trait_object/*/thin_trait_object"
edition = "2018"
keywords = ["ffi", "trait", "dyn", "virtual"]
license = "MIT OR Apache-2.0"
name = "thin_trait_object"
readme = "README.md"
repository = "https://github.com/kotauskas/thin_trait_object"
version = "1.1.0"
[profile.dev]
opt-level = 1