From e8b01583d89d7e365bf45a27030d90cdacc29101 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Wed, 6 May 2026 22:21:47 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20Cargo.toml=20files=20from=20el-ui=20?= =?UTF-8?q?=E2=80=94=20vessels=20use=20manifest.el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All package management is through manifest.el / epm. Cargo.toml files were incorrectly added to vessels and the root. Removed root workspace Cargo.toml + Cargo.lock and all vessel-level Cargo.toml files. el-graph and el-html were already correct (no Cargo.toml). --- ui/Cargo.lock | 897 --------------------------- ui/Cargo.toml | 18 - ui/vessels/el-aop/Cargo.toml | 15 - ui/vessels/el-auth/Cargo.toml | 20 - ui/vessels/el-config/Cargo.toml | 18 - ui/vessels/el-i18n/Cargo.toml | 18 - ui/vessels/el-identity/Cargo.toml | 22 - ui/vessels/el-layout/Cargo.toml | 16 - ui/vessels/el-platform/Cargo.toml | 15 - ui/vessels/el-publish/Cargo.toml | 15 - ui/vessels/el-secrets/Cargo.toml | 17 - ui/vessels/el-services/Cargo.toml | 15 - ui/vessels/el-style/Cargo.toml | 17 - ui/vessels/el-ui-compiler/Cargo.toml | 19 - 14 files changed, 1122 deletions(-) delete mode 100644 ui/Cargo.lock delete mode 100644 ui/Cargo.toml delete mode 100644 ui/vessels/el-aop/Cargo.toml delete mode 100644 ui/vessels/el-auth/Cargo.toml delete mode 100644 ui/vessels/el-config/Cargo.toml delete mode 100644 ui/vessels/el-i18n/Cargo.toml delete mode 100644 ui/vessels/el-identity/Cargo.toml delete mode 100644 ui/vessels/el-layout/Cargo.toml delete mode 100644 ui/vessels/el-platform/Cargo.toml delete mode 100644 ui/vessels/el-publish/Cargo.toml delete mode 100644 ui/vessels/el-secrets/Cargo.toml delete mode 100644 ui/vessels/el-services/Cargo.toml delete mode 100644 ui/vessels/el-style/Cargo.toml delete mode 100644 ui/vessels/el-ui-compiler/Cargo.toml diff --git a/ui/Cargo.lock b/ui/Cargo.lock deleted file mode 100644 index edb80c0..0000000 --- a/ui/Cargo.lock +++ /dev/null @@ -1,897 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - -[[package]] -name = "anyhow" -version = "1.0.102" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" - -[[package]] -name = "autocfg" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" - -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - -[[package]] -name = "bitflags" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array", -] - -[[package]] -name = "bumpalo" -version = "3.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" - -[[package]] -name = "cc" -version = "1.2.61" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" -dependencies = [ - "find-msvc-tools", - "shlex", -] - -[[package]] -name = "cfg-if" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" - -[[package]] -name = "chrono" -version = "0.4.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" -dependencies = [ - "iana-time-zone", - "js-sys", - "num-traits", - "serde", - "wasm-bindgen", - "windows-link", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - -[[package]] -name = "cpufeatures" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" -dependencies = [ - "libc", -] - -[[package]] -name = "crypto-common" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" -dependencies = [ - "generic-array", - "typenum", -] - -[[package]] -name = "digest" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" -dependencies = [ - "block-buffer", - "crypto-common", - "subtle", -] - -[[package]] -name = "el-aop" -version = "0.1.0" -dependencies = [ - "thiserror", -] - -[[package]] -name = "el-auth" -version = "0.1.0" -dependencies = [ - "base64", - "el-identity", - "hmac", - "sha2", - "thiserror", - "uuid", -] - -[[package]] -name = "el-config" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "thiserror", - "toml", -] - -[[package]] -name = "el-i18n" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "thiserror", - "toml", -] - -[[package]] -name = "el-identity" -version = "0.1.0" -dependencies = [ - "base64", - "chrono", - "hmac", - "serde", - "serde_json", - "sha2", - "thiserror", - "uuid", -] - -[[package]] -name = "el-layout" -version = "0.1.0" -dependencies = [ - "el-style", - "thiserror", -] - -[[package]] -name = "el-platform" -version = "0.1.0" -dependencies = [ - "thiserror", -] - -[[package]] -name = "el-publish" -version = "0.1.0" -dependencies = [ - "thiserror", -] - -[[package]] -name = "el-secrets" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "el-services" -version = "0.1.0" -dependencies = [ - "thiserror", -] - -[[package]] -name = "el-style" -version = "0.1.0" -dependencies = [ - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "el-ui-compiler" -version = "0.1.0" -dependencies = [ - "thiserror", -] - -[[package]] -name = "equivalent" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" - -[[package]] -name = "find-msvc-tools" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" - -[[package]] -name = "foldhash" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", -] - -[[package]] -name = "getrandom" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" -dependencies = [ - "cfg-if", - "libc", - "r-efi", - "wasip2", - "wasip3", -] - -[[package]] -name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -dependencies = [ - "foldhash", -] - -[[package]] -name = "hashbrown" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" - -[[package]] -name = "heck" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.65" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "log", - "wasm-bindgen", - "windows-core", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -dependencies = [ - "cc", -] - -[[package]] -name = "id-arena" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" - -[[package]] -name = "indexmap" -version = "2.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" -dependencies = [ - "equivalent", - "hashbrown 0.17.0", - "serde", - "serde_core", -] - -[[package]] -name = "itoa" -version = "1.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" - -[[package]] -name = "js-sys" -version = "0.3.95" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" -dependencies = [ - "once_cell", - "wasm-bindgen", -] - -[[package]] -name = "leb128fmt" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" - -[[package]] -name = "libc" -version = "0.2.186" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" - -[[package]] -name = "log" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" - -[[package]] -name = "memchr" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" - -[[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -dependencies = [ - "autocfg", -] - -[[package]] -name = "once_cell" -version = "1.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" - -[[package]] -name = "prettyplease" -version = "0.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" -dependencies = [ - "proc-macro2", - "syn", -] - -[[package]] -name = "proc-macro2" -version = "1.0.106" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "profile-card" -version = "0.1.0" -dependencies = [ - "el-config", - "el-i18n", - "el-layout", - "el-secrets", - "el-style", -] - -[[package]] -name = "quote" -version = "1.0.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "r-efi" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" - -[[package]] -name = "rustversion" -version = "1.0.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" - -[[package]] -name = "semver" -version = "1.0.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" - -[[package]] -name = "serde" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" -dependencies = [ - "serde_core", - "serde_derive", -] - -[[package]] -name = "serde_core" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.228" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "serde_json" -version = "1.0.149" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" -dependencies = [ - "itoa", - "memchr", - "serde", - "serde_core", - "zmij", -] - -[[package]] -name = "serde_spanned" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" -dependencies = [ - "serde", -] - -[[package]] -name = "sha2" -version = "0.10.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - -[[package]] -name = "subtle" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - -[[package]] -name = "syn" -version = "2.0.117" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "toml" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", -] - -[[package]] -name = "toml_datetime" -version = "0.6.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_edit" -version = "0.22.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" -dependencies = [ - "indexmap", - "serde", - "serde_spanned", - "toml_datetime", - "toml_write", - "winnow", -] - -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - -[[package]] -name = "typenum" -version = "1.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" - -[[package]] -name = "unicode-ident" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" - -[[package]] -name = "unicode-xid" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - -[[package]] -name = "uuid" -version = "1.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" -dependencies = [ - "getrandom", - "js-sys", - "serde_core", - "wasm-bindgen", -] - -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - -[[package]] -name = "wasip2" -version = "1.0.3+wasi-0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" -dependencies = [ - "wit-bindgen 0.57.1", -] - -[[package]] -name = "wasip3" -version = "0.4.0+wasi-0.3.0-rc-2026-01-06" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" -dependencies = [ - "wit-bindgen 0.51.0", -] - -[[package]] -name = "wasm-bindgen" -version = "0.2.118" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" -dependencies = [ - "cfg-if", - "once_cell", - "rustversion", - "wasm-bindgen-macro", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.118" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.118" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" -dependencies = [ - "bumpalo", - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.118" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "wasm-encoder" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" -dependencies = [ - "leb128fmt", - "wasmparser", -] - -[[package]] -name = "wasm-metadata" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" -dependencies = [ - "anyhow", - "indexmap", - "wasm-encoder", - "wasmparser", -] - -[[package]] -name = "wasmparser" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" -dependencies = [ - "bitflags", - "hashbrown 0.15.5", - "indexmap", - "semver", -] - -[[package]] -name = "windows-core" -version = "0.62.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link", - "windows-result", - "windows-strings", -] - -[[package]] -name = "windows-implement" -version = "0.60.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "windows-interface" -version = "0.59.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "windows-link" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" - -[[package]] -name = "windows-result" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" -dependencies = [ - "windows-link", -] - -[[package]] -name = "windows-strings" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" -dependencies = [ - "windows-link", -] - -[[package]] -name = "winnow" -version = "0.7.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" -dependencies = [ - "memchr", -] - -[[package]] -name = "wit-bindgen" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" -dependencies = [ - "wit-bindgen-rust-macro", -] - -[[package]] -name = "wit-bindgen" -version = "0.57.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" - -[[package]] -name = "wit-bindgen-core" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" -dependencies = [ - "anyhow", - "heck", - "wit-parser", -] - -[[package]] -name = "wit-bindgen-rust" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" -dependencies = [ - "anyhow", - "heck", - "indexmap", - "prettyplease", - "syn", - "wasm-metadata", - "wit-bindgen-core", - "wit-component", -] - -[[package]] -name = "wit-bindgen-rust-macro" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" -dependencies = [ - "anyhow", - "prettyplease", - "proc-macro2", - "quote", - "syn", - "wit-bindgen-core", - "wit-bindgen-rust", -] - -[[package]] -name = "wit-component" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" -dependencies = [ - "anyhow", - "bitflags", - "indexmap", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-encoder", - "wasm-metadata", - "wasmparser", - "wit-parser", -] - -[[package]] -name = "wit-parser" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" -dependencies = [ - "anyhow", - "id-arena", - "indexmap", - "log", - "semver", - "serde", - "serde_derive", - "serde_json", - "unicode-xid", - "wasmparser", -] - -[[package]] -name = "zmij" -version = "1.0.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" diff --git a/ui/Cargo.toml b/ui/Cargo.toml deleted file mode 100644 index fcd21d5..0000000 --- a/ui/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[workspace] -members = [ - "vessels/el-ui-compiler", - "vessels/el-platform", - "vessels/el-services", - "vessels/el-aop", - "vessels/el-auth", - "vessels/el-publish", - "vessels/el-identity", - "vessels/el-style", - "vessels/el-layout", - "vessels/el-i18n", - "vessels/el-config", - "vessels/el-secrets", - "vessels/el-html", - "examples/profile-card", -] -resolver = "2" diff --git a/ui/vessels/el-aop/Cargo.toml b/ui/vessels/el-aop/Cargo.toml deleted file mode 100644 index f5d43b0..0000000 --- a/ui/vessels/el-aop/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "el-aop" -version = "0.1.0" -edition = "2021" -description = "el-ui aspect-oriented programming — cross-cutting concerns as first-class features" -license = "MIT" - -[lib] -name = "el_aop" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-auth/Cargo.toml b/ui/vessels/el-auth/Cargo.toml deleted file mode 100644 index 4211e77..0000000 --- a/ui/vessels/el-auth/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -[package] -name = "el-auth" -version = "0.1.0" -edition = "2021" -description = "el-ui built-in authentication and authorization — native to the framework" -license = "MIT" - -[lib] -name = "el_auth" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -base64 = "0.22" -hmac = "0.12" -sha2 = "0.10" -el-identity = { path = "../el-identity" } -uuid = { version = "1", features = ["v4"] } - -[dev-dependencies] diff --git a/ui/vessels/el-config/Cargo.toml b/ui/vessels/el-config/Cargo.toml deleted file mode 100644 index b7e40b0..0000000 --- a/ui/vessels/el-config/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -name = "el-config" -version = "0.1.0" -edition = "2021" -description = "el-ui configuration system — layered, typed, environment-aware" -license = "MIT" - -[lib] -name = "el_config" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" -toml = "0.8" - -[dev-dependencies] diff --git a/ui/vessels/el-i18n/Cargo.toml b/ui/vessels/el-i18n/Cargo.toml deleted file mode 100644 index 540b909..0000000 --- a/ui/vessels/el-i18n/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[package] -name = "el-i18n" -version = "0.1.0" -edition = "2021" -description = "el-ui localization — RTL-aware, plural forms, CLDR-based formatting" -license = "MIT" - -[lib] -name = "el_i18n" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" -toml = "0.8" - -[dev-dependencies] diff --git a/ui/vessels/el-identity/Cargo.toml b/ui/vessels/el-identity/Cargo.toml deleted file mode 100644 index 61dfc49..0000000 --- a/ui/vessels/el-identity/Cargo.toml +++ /dev/null @@ -1,22 +0,0 @@ -[package] -name = "el-identity" -version = "0.1.0" -edition = "2021" -description = "el-ui Engram-native identity — users, roles, scopes, OAuth, and sessions as graph nodes" -license = "MIT" - -[lib] -name = "el_identity" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" -uuid = { version = "1", features = ["v4", "serde"] } -chrono = { version = "0.4", features = ["serde"] } -base64 = "0.22" -hmac = "0.12" -sha2 = "0.10" - -[dev-dependencies] diff --git a/ui/vessels/el-layout/Cargo.toml b/ui/vessels/el-layout/Cargo.toml deleted file mode 100644 index bf74a21..0000000 --- a/ui/vessels/el-layout/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "el-layout" -version = "0.1.0" -edition = "2021" -description = "el-ui responsive layout engine — responsive by default, zero breakpoints" -license = "MIT" - -[lib] -name = "el_layout" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -el-style = { path = "../el-style" } - -[dev-dependencies] diff --git a/ui/vessels/el-platform/Cargo.toml b/ui/vessels/el-platform/Cargo.toml deleted file mode 100644 index 6b16a46..0000000 --- a/ui/vessels/el-platform/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "el-platform" -version = "0.1.0" -edition = "2021" -description = "el-ui platform rendering backends — same component code, every platform" -license = "MIT" - -[lib] -name = "el_platform" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-publish/Cargo.toml b/ui/vessels/el-publish/Cargo.toml deleted file mode 100644 index d476b20..0000000 --- a/ui/vessels/el-publish/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "el-publish" -version = "0.1.0" -edition = "2021" -description = "el-ui app publishing pipeline — one command ships to every platform" -license = "MIT" - -[lib] -name = "el_publish" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-secrets/Cargo.toml b/ui/vessels/el-secrets/Cargo.toml deleted file mode 100644 index 78922eb..0000000 --- a/ui/vessels/el-secrets/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "el-secrets" -version = "0.1.0" -edition = "2021" -description = "el-ui secrets management — typed, never-logged, source-agnostic" -license = "MIT" - -[lib] -name = "el_secrets" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-services/Cargo.toml b/ui/vessels/el-services/Cargo.toml deleted file mode 100644 index 1ddd3d2..0000000 --- a/ui/vessels/el-services/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "el-services" -version = "0.1.0" -edition = "2021" -description = "el-ui service bindings — write once, bind to any protocol" -license = "MIT" - -[lib] -name = "el_services" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-style/Cargo.toml b/ui/vessels/el-style/Cargo.toml deleted file mode 100644 index ac47d28..0000000 --- a/ui/vessels/el-style/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "el-style" -version = "0.1.0" -edition = "2021" -description = "el-ui design system — theme-driven, platform-agnostic style representation" -license = "MIT" - -[lib] -name = "el_style" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" -serde = { version = "1", features = ["derive"] } -serde_json = "1" - -[dev-dependencies] diff --git a/ui/vessels/el-ui-compiler/Cargo.toml b/ui/vessels/el-ui-compiler/Cargo.toml deleted file mode 100644 index 4e2e044..0000000 --- a/ui/vessels/el-ui-compiler/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name = "el-ui-compiler" -version = "0.1.0" -edition = "2021" -description = "el-ui component compiler — transforms .el component files into JavaScript" -license = "MIT" - -[[bin]] -name = "el-ui-compiler" -path = "src/main.rs" - -[lib] -name = "el_ui_compiler" -path = "src/lib.rs" - -[dependencies] -thiserror = "1" - -[dev-dependencies]