[package] name = "dyn_object" version = "0.2.0" edition = "2021" authors = ["Mincong Lu "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/mintlu8/dyn_object" description = """ Ergonomic and thread safe version of Box. """ keywords = ["any", "dyn", "object"] [dependencies] downcast-rs = "1.2.0"