[package] authors = ["Alaksandr Suša "] description = "The crate contains an implementation of a container type `AnyBox` which works similar to C++'s (std::any)" keywords = [ "any", "any-box", "any_box" ] readme = "README.md" homepage = "https://gitlab.com/isushik94/any-box" repository = "https://gitlab.com/isushik94/any-box" edition = "2021" license = "Apache-2.0" name = "any-box" publish = true version = "0.0.1" [dev-dependencies] serial_test = "0.6"