cotis-pipes 0.1.0-alpha.2

Layout-to-renderer pipe for Cotis
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cotis"
version = "0.1.0-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "676fd25d69659d5440c64d574f39ed1d5f8e6bdd2f425d5254e0deb98be4a24f"
dependencies = [
 "oorandom",
]

[[package]]
name = "cotis-defaults"
version = "0.1.0-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e49dbdda378705284c925270c10f088cdbcb0e750fb4fec7987f74134c606ee"
dependencies = [
 "cotis",
 "cotis-utils",
]

[[package]]
name = "cotis-layout"
version = "0.1.0-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cfd75b24f4e87156ca0b13e6eb63f273905670154c1673203e41ebc244dded8"
dependencies = [
 "cotis",
 "cotis-defaults",
 "cotis-utils",
]

[[package]]
name = "cotis-pipes"
version = "0.1.0-alpha.2"
dependencies = [
 "cotis",
 "cotis-defaults",
 "cotis-layout",
 "cotis-utils",
]

[[package]]
name = "cotis-utils"
version = "0.1.0-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f1d53197cbd3561b1f1355e3db83c529d2fc05304f5567e52b3618bfea9160"
dependencies = [
 "cotis",
 "indexmap",
]

[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"

[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"

[[package]]
name = "indexmap"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [
 "equivalent",
 "hashbrown",
]

[[package]]
name = "oorandom"
version = "11.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"