ink_prelude 3.4.0

[ink!] Common API for no_std and std to access alloc crate types.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "ink_prelude"
version = "3.4.0"
dependencies = [
 "cfg-if",
]