fallacy-box 0.1.0

A library for fallible Box.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fallacy-alloc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e21b5cf24c12167a7a2e4531b194ff5084228448ff5a145f12ca797d665ea10"
dependencies = [
 "rustversion",
]

[[package]]
name = "fallacy-box"
version = "0.1.0"
dependencies = [
 "fallacy-clone",
]

[[package]]
name = "fallacy-clone"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a066af425aa3b3a3e805ceedc490176748fc3e4afffffcb23beb02d96720af"
dependencies = [
 "fallacy-alloc",
 "rustversion",
]

[[package]]
name = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"