version = 4
[[package]]
name = "karpal-algebra"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aee804e0baf621e823f6cbe692fae84f94b998a454bfdee91b452e7a09596202"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-arrow"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82d3e9ea8169761c28912594d62748502d11a0698d402f99d8c1e8d41f441a3c"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2cb37c303681b3034222914f15d109e3ca29eb1d4e2c0414e67f6661ffafbd"
[[package]]
name = "karpal-effect"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b413f46452f201b14305fa39dcd7db6ffef4f7fc2db179bf6fe2998059910b06"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-free"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f00272c319d39788e18ff6315634895b126f9cf8b89d923d74c46ac2d668dd"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-optics"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882b93c4d40786b32003e95476461649cfce3a32589f446a9377cfc22f57ff39"
dependencies = [
"karpal-core",
"karpal-profunctor",
]
[[package]]
name = "karpal-profunctor"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "867d53688dfed91f3c3448d378f0def9e30b3644a9c02503adb05da2ddffbc6c"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-recursion"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338495d561b37361b5b0626fd8e3144dccf8da273c58b0df5240d01592cef3f6"
dependencies = [
"karpal-core",
"karpal-free",
]
[[package]]
name = "karpal-std"
version = "0.3.0"
dependencies = [
"karpal-algebra",
"karpal-arrow",
"karpal-core",
"karpal-effect",
"karpal-free",
"karpal-optics",
"karpal-profunctor",
"karpal-recursion",
]