karpal-higher 0.6.1

2-categories, enriched categories, and bicategories for the Industrial Algebra ecosystem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

[[package]]
name = "karpal-higher"
version = "0.6.1"
dependencies = [
 "karpal-core",
 "karpal-proof",
 "karpal-verify",
]

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

[[package]]
name = "karpal-verify"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b596c74e4039d2c74d56565064dd8eb3ef2bfb0ee4a76bbe5553060bf007c37"
dependencies = [
 "karpal-proof",
]