karpal-std 0.2.0

Standard prelude re-exports for the Karpal ecosystem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "karpal-algebra"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d30fb82324692d4474c8253c2366462182e4837cbea06446baa5967acc2162e4"
dependencies = [
 "karpal-core",
]

[[package]]
name = "karpal-arrow"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7648779eebbd4170997376234378596dc8b8ac646bf2a4d44461cb7036c7fa9d"
dependencies = [
 "karpal-core",
]

[[package]]
name = "karpal-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cfb6c4af1f364dcb22bef345048db4c5d4e90f214d5780ed8b3d285b622588"

[[package]]
name = "karpal-free"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "011c288472f0d237d0039675f979a8d1c52bdbd0e72b2b375c9f045c8efa7b8c"
dependencies = [
 "karpal-core",
]

[[package]]
name = "karpal-optics"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1baec5d1c3ee2e0d8b4562fb46ec1d5b1b7b61316510bee03e17ccc11a2149ae"
dependencies = [
 "karpal-core",
 "karpal-profunctor",
]

[[package]]
name = "karpal-profunctor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1628ca67f13bfb563ac93ada3f8287b4058f7e3882619830f186c1175cb44156"
dependencies = [
 "karpal-core",
]

[[package]]
name = "karpal-recursion"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206d01264d06a36ccb6c1c70727f293c4d89d264d09c3d867b78218dbd9a9512"
dependencies = [
 "karpal-core",
 "karpal-free",
]

[[package]]
name = "karpal-std"
version = "0.2.0"
dependencies = [
 "karpal-algebra",
 "karpal-arrow",
 "karpal-core",
 "karpal-free",
 "karpal-optics",
 "karpal-profunctor",
 "karpal-recursion",
]