alux-shape-morph 0.1.0

Transformations of ALUX data shapes, stated as another algebra
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "alux-ext"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73a6f0cb7a9dce000043e0b75536b44f177e838fe9ca93d53d9530cc812e2e6b"
dependencies = [
 "alux-ext-macros",
 "extend",
]

[[package]]
name = "alux-ext-macros"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0612a27c155a5064a30fb8617f7d69b4f0e8a3feb951eb54cafa964273ef760e"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 3.0.4",
]

[[package]]
name = "alux-shape"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6090e3946c8005e8d281fc700a4a6ec94e223666088857e10586a5a1dfdd9d77"
dependencies = [
 "alux-ext",
 "alux-shape-macros",
]

[[package]]
name = "alux-shape-json"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ccfeda3f69df1e15c1777ae2f9b2d09551dfcc05bb03b6daf3db63c602bbdb"
dependencies = [
 "alux-shape",
 "serde_json",
]

[[package]]
name = "alux-shape-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fef34335317ebd3ac429f4c814e5ed38bdca7095395e54af153dd86d1ebc996"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 3.0.4",
]

[[package]]
name = "alux-shape-morph"
version = "0.1.0"
dependencies = [
 "alux-shape",
 "alux-shape-json",
 "alux-shape-text",
 "alux-shape-typescript",
 "serde_json",
]

[[package]]
name = "alux-shape-text"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d1a39465ad4601edc498b3298759fb26baa86d4efc5e064e531789b0c1fe8b"
dependencies = [
 "alux-shape",
]

[[package]]
name = "alux-shape-typescript"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfd8d971230998a885c88c1dfcebd4ce804af33f4471a552294af51bd4e026da"
dependencies = [
 "alux-shape",
]

[[package]]
name = "extend"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "311a6d2f1f9d60bff73d2c78a0af97ed27f79672f15c238192a5bbb64db56d00"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.119",
]

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "memchr"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
dependencies = [
 "serde_core",
]

[[package]]
name = "serde_core"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 3.0.4",
]

[[package]]
name = "serde_json"
version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "zmij"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"