inline_any 0.1.0

`inline storage of `Any` type
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "inline_any"
version = "0.1.0"
dependencies = [
 "soft_assert",
 "typeless",
]

[[package]]
name = "soft_assert"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5097ec7ea7218135541ad96348f1441d0c616537dd4ed9c47205920c35d7d97"

[[package]]
name = "typeless"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1e7a8d8be968b3a9c95da55e0b193556f88b9d43e96a546c6d8d866a2b0f38"