plate-tool/Cargo.lock

1498 lines
36 KiB
Plaintext
Raw Permalink Normal View History

2023-05-11 21:49:03 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-02-12 01:49:52 +00:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-05-11 21:49:03 +00:00
[[package]]
name = "aho-corasick"
2024-02-12 01:49:52 +00:00
version = "1.1.2"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-05-11 21:49:03 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-05-22 17:45:20 +00:00
[[package]]
name = "anymap"
version = "1.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "anymap2"
version = "0.13.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
2023-05-11 21:49:03 +00:00
2023-05-22 17:45:20 +00:00
[[package]]
name = "async-trait"
2024-02-12 01:49:52 +00:00
version = "0.1.77"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
2023-05-22 17:45:20 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-22 17:45:20 +00:00
]
Merge from import_from_csv feature branch Of course, there were other features that got tacked on... Squashed commit of the following: commit 3ee3bd2dab3ed362bf5be9acfea8db1f16f6fc9c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 19:12:16 2023 -0500 Superior clipboard manipulation Won't work on non-https connections, but actually works... commit 08f647cd01566e9000d71f677df0d96411ed4cd4 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:50:01 2023 -0500 Utility for copying plates as image commit 3456be2e9a07f63bf5d62ca685fe692303875888 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 17:46:38 2023 -0500 Change wording in options menu Father suggests that this wording is more clear to the end user. I agree! commit 4c79cc0b4dd5402a798ce8d7ac69599c03cf49d9 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:20:00 2023 -0500 Set default plate format to 96 well commit 056688c4ec690a384f57c194314cb924253770f5 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:12:00 2023 -0500 Implement in_transfer hashes toggle in plates commit 4937d4ad283b90629a80a213595a873d1a3a2615 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:11:00 2023 -0500 Preferences menu and toggle for in_transfer hashes commit 0101846b52393d1a050c2c7672274b4589c5c993 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:10:00 2023 -0500 Add preferences struct to main state commit ec37887c2f7e834ed7456625a9ec4c4cc7fea08f Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:05:00 2023 -0500 Squashed commit of the following: commit 5e1137c46050d6d1d10fb1cbf842d5efd455f926 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:03:00 2023 -0500 Fix: indexing error w.r.t. logarithm argument commit 535b14a5867b15dea0e193c94829a0b99a29605c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:02:00 2023 -0500 Space colors evenly, consistently, etc Colors should now: - Not change if new transfers are added - Be evenly spaced throughout the palette - Be persistent across refreshes commit 6e08f479551315e072ec40853290d699220c9ba8 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:01:00 2023 -0500 Add palette function for ordered ids Given an id and a list of sorted ids, yields a color commit 88e838e102602f4d89ab65d8245a820158374959 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:00:00 2023 -0500 Switch to v7 UUIDs from v4 v7 UUIDs are timestamp based and thus we can establish a useful total ordering over them; will base colors on this commit 85d4b30d4795636add23a6a2c47b2068e24dbb74 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 21:18:10 2023 -0400 Update README.md Updated info about import/export, including the new Import Transfer from CSV feature. commit 11a561c1d447e1376e58f970f74d0778e8ed1722 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:51 2023 -0400 Add text to button commit 562dc2adf60b8569da579b1bb637cea344a7a596 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:40 2023 -0400 Change to make colors more evenly distributed commit 6b09aad289b83576bdf67882ee3f30b7f1d23619 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 19:27:02 2023 -0400 Implementation 1 commit a9e5f05fd9c0ebcbbb1c3cc86af8f30c92f373c5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:45 2023 -0400 Hide parts of transfer menu when Custom transfer selected commit db345bfbb585c826c6f97424c5ee61337c4ffbfd Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:08 2023 -0400 delete weird whitespace from Cargo.toml commit edcc3528aab3b17aedaf7b3424ece82ad09d591a Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:41:58 2023 -0400 First implementation of custom region type commit 9a3a10c8b43e51471f74f79dfbef66b3f69ea0f5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:21:30 2023 -0400 Transfer region no longer copy
2023-12-30 01:39:00 +00:00
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2023-05-11 21:49:03 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2024-02-12 01:49:52 +00:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "bincode"
version = "1.3.3"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"serde",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "boolinator"
version = "2.4.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
2023-05-11 21:49:03 +00:00
[[package]]
name = "bumpalo"
2024-02-12 01:49:52 +00:00
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
name = "bytes"
version = "1.5.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
2023-05-26 20:20:52 +00:00
"cfg-if",
2023-05-11 21:49:03 +00:00
"wasm-bindgen",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-06-05 18:25:47 +00:00
[[package]]
name = "csv"
2024-02-12 01:49:52 +00:00
version = "1.3.0"
2023-06-05 18:25:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2023-06-05 18:25:47 +00:00
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
2024-02-12 01:49:52 +00:00
version = "0.1.11"
2023-06-05 18:25:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2023-06-05 18:25:47 +00:00
dependencies = [
"memchr",
]
2023-05-22 17:45:20 +00:00
[[package]]
name = "darling"
2024-02-12 01:49:52 +00:00
version = "0.20.5"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "fc5d6b04b3fd0ba9926f945895de7d806260a2d7431ba82e7edaecb043c4c6b8"
2023-05-22 17:45:20 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-02-12 01:49:52 +00:00
version = "0.20.5"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "04e48a959bcd5c761246f5d090ebc2fbf7b9cd527a492b07a67510c108f1e7e3"
2023-05-22 17:45:20 +00:00
dependencies = [
"fnv",
"ident_case",
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-22 17:45:20 +00:00
"strsim",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-22 17:45:20 +00:00
]
[[package]]
name = "darling_macro"
2024-02-12 01:49:52 +00:00
version = "0.20.5"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "1d1545d67a2149e1d93b7e5c7752dce5a7426eb5d1357ddcfd89336b94444f77"
2023-05-22 17:45:20 +00:00
dependencies = [
"darling_core",
2023-05-26 20:20:52 +00:00
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-22 17:45:20 +00:00
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-05-22 17:45:20 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "form_urlencoded"
2024-02-12 01:49:52 +00:00
version = "1.2.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"percent-encoding",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "futures"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-05-11 21:49:03 +00:00
dependencies = [
"futures-channel",
2023-05-22 01:54:04 +00:00
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
2023-05-11 21:49:03 +00:00
"futures-util",
]
[[package]]
name = "futures-channel"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-05-11 21:49:03 +00:00
dependencies = [
"futures-core",
2023-05-22 01:54:04 +00:00
"futures-sink",
2023-05-11 21:49:03 +00:00
]
[[package]]
name = "futures-core"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-05-11 21:49:03 +00:00
[[package]]
name = "futures-io"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-05-11 21:49:03 +00:00
[[package]]
name = "futures-macro"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-11 21:49:03 +00:00
]
2023-05-22 01:54:04 +00:00
[[package]]
name = "futures-sink"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-22 01:54:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-05-22 01:54:04 +00:00
2023-05-11 21:49:03 +00:00
[[package]]
name = "futures-task"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-05-11 21:49:03 +00:00
[[package]]
name = "futures-util"
2024-02-12 01:49:52 +00:00
version = "0.3.30"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"futures-channel",
2023-05-11 21:49:03 +00:00
"futures-core",
2023-05-22 01:54:04 +00:00
"futures-io",
2023-05-11 21:49:03 +00:00
"futures-macro",
2023-05-22 01:54:04 +00:00
"futures-sink",
2023-05-11 21:49:03 +00:00
"futures-task",
2023-05-22 01:54:04 +00:00
"memchr",
2023-05-11 21:49:03 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "getrandom"
2024-02-12 01:49:52 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
2023-05-26 20:20:52 +00:00
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
2024-02-12 01:49:52 +00:00
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo"
2024-02-12 01:49:52 +00:00
version = "0.8.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "28999cda5ef6916ffd33fb4a7b87e1de633c47c0dc6d97905fee1cdaa142b94d"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"gloo-console",
"gloo-dialogs",
"gloo-events",
"gloo-file",
"gloo-history",
"gloo-net",
"gloo-render",
"gloo-storage",
"gloo-timers",
"gloo-utils",
"gloo-worker",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-console"
version = "0.2.3"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"gloo-utils",
"js-sys",
"serde",
"wasm-bindgen",
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-dialogs"
version = "0.1.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "67062364ac72d27f08445a46cab428188e2e224ec9e37efdba48ae8c289002e6"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"wasm-bindgen",
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-events"
version = "0.1.2"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc"
2023-05-11 21:49:03 +00:00
dependencies = [
"wasm-bindgen",
2023-05-22 01:54:04 +00:00
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-file"
version = "0.2.3"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"gloo-events",
"js-sys",
"wasm-bindgen",
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-history"
2024-02-12 01:49:52 +00:00
version = "0.1.5"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "85725d90bf0ed47063b3930ef28e863658a7905989e9929a8708aab74a1d5e7f"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"gloo-events",
"gloo-utils",
"serde",
"serde-wasm-bindgen",
"serde_urlencoded",
"thiserror",
2023-05-11 21:49:03 +00:00
"wasm-bindgen",
2023-05-22 01:54:04 +00:00
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-net"
2024-02-12 01:49:52 +00:00
version = "0.3.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "a66b4e3c7d9ed8d315fd6b97c8b1f74a7c6ecbbc2320e65ae7ed38b7068cc620"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
2024-02-12 01:49:52 +00:00
"http",
2023-05-22 01:54:04 +00:00
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
2023-05-26 20:20:52 +00:00
"wasm-bindgen-futures",
2023-05-22 01:54:04 +00:00
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-render"
version = "0.1.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "2fd9306aef67cfd4449823aadcd14e3958e0800aa2183955a309112a84ec7764"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"wasm-bindgen",
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-storage"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480"
dependencies = [
2023-05-22 01:54:04 +00:00
"gloo-utils",
"js-sys",
"serde",
2023-05-22 01:54:04 +00:00
"serde_json",
"thiserror",
"wasm-bindgen",
"web-sys",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-timers"
version = "0.2.6"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"js-sys",
"wasm-bindgen",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-utils"
2024-02-12 01:49:52 +00:00
version = "0.1.7"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "gloo-worker"
version = "0.2.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "13471584da78061a28306d1359dd0178d8d6fc1c7c80e5e35d27260346e0516a"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"anymap2",
"bincode",
"gloo-console",
"gloo-utils",
"js-sys",
"serde",
"wasm-bindgen",
2023-05-26 20:20:52 +00:00
"wasm-bindgen-futures",
2023-05-22 01:54:04 +00:00
"web-sys",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "hashbrown"
version = "0.12.3"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-05-11 21:49:03 +00:00
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "hermit-abi"
2024-02-12 01:49:52 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-02-12 01:49:52 +00:00
[[package]]
name = "http"
version = "0.2.11"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
2023-05-11 21:49:03 +00:00
dependencies = [
2024-02-12 01:49:52 +00:00
"bytes",
"fnv",
"itoa",
2023-05-11 21:49:03 +00:00
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"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",
]
2023-05-22 17:45:20 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "implicit-clone"
2024-02-12 01:49:52 +00:00
version = "0.3.9"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "cfd6201e7c30ccb24773cac7efa6fec1e06189d414b7439ce756a481c8bfbf53"
2023-05-11 21:49:03 +00:00
dependencies = [
"indexmap 1.9.3",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "indexmap"
version = "1.9.3"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
"serde",
2023-05-22 01:54:04 +00:00
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "itoa"
2024-02-12 01:49:52 +00:00
version = "1.0.10"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2023-05-11 21:49:03 +00:00
[[package]]
name = "js-sys"
2024-02-12 01:49:52 +00:00
version = "0.3.68"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
2023-05-11 21:49:03 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-02-12 01:49:52 +00:00
version = "0.2.153"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2023-05-11 21:49:03 +00:00
[[package]]
name = "log"
2024-02-12 01:49:52 +00:00
version = "0.4.20"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2023-05-11 21:49:03 +00:00
[[package]]
name = "memchr"
2024-02-12 01:49:52 +00:00
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "miniz_oxide"
version = "0.7.2"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "num_cpus"
2024-02-12 01:49:52 +00:00
version = "1.16.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"hermit-abi",
2023-05-11 21:49:03 +00:00
"libc",
]
2024-02-12 01:49:52 +00:00
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "once_cell"
2024-02-12 01:49:52 +00:00
version = "1.19.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "percent-encoding"
2024-02-12 01:49:52 +00:00
version = "2.3.1"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "pin-project"
2024-02-12 01:49:52 +00:00
version = "1.1.4"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"pin-project-internal",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "pin-project-internal"
2024-02-12 01:49:52 +00:00
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "pin-project-lite"
2024-02-12 01:49:52 +00:00
version = "0.2.13"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2023-05-11 21:49:03 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-05-22 01:54:04 +00:00
[[package]]
name = "pinned"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a829027bd95e54cfe13e3e258a1ae7b645960553fb82b75ff852c29688ee595b"
dependencies = [
2023-05-26 20:20:52 +00:00
"futures",
2023-05-22 01:54:04 +00:00
"rustversion",
"thiserror",
]
2023-05-11 21:49:03 +00:00
[[package]]
2024-02-12 01:49:52 +00:00
name = "plate-tool-lib"
2024-08-10 08:31:24 +00:00
version = "0.5.0"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-06-05 18:25:47 +00:00
"csv",
Merge from import_from_csv feature branch Of course, there were other features that got tacked on... Squashed commit of the following: commit 3ee3bd2dab3ed362bf5be9acfea8db1f16f6fc9c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 19:12:16 2023 -0500 Superior clipboard manipulation Won't work on non-https connections, but actually works... commit 08f647cd01566e9000d71f677df0d96411ed4cd4 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:50:01 2023 -0500 Utility for copying plates as image commit 3456be2e9a07f63bf5d62ca685fe692303875888 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 17:46:38 2023 -0500 Change wording in options menu Father suggests that this wording is more clear to the end user. I agree! commit 4c79cc0b4dd5402a798ce8d7ac69599c03cf49d9 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:20:00 2023 -0500 Set default plate format to 96 well commit 056688c4ec690a384f57c194314cb924253770f5 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:12:00 2023 -0500 Implement in_transfer hashes toggle in plates commit 4937d4ad283b90629a80a213595a873d1a3a2615 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:11:00 2023 -0500 Preferences menu and toggle for in_transfer hashes commit 0101846b52393d1a050c2c7672274b4589c5c993 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:10:00 2023 -0500 Add preferences struct to main state commit ec37887c2f7e834ed7456625a9ec4c4cc7fea08f Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:05:00 2023 -0500 Squashed commit of the following: commit 5e1137c46050d6d1d10fb1cbf842d5efd455f926 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:03:00 2023 -0500 Fix: indexing error w.r.t. logarithm argument commit 535b14a5867b15dea0e193c94829a0b99a29605c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:02:00 2023 -0500 Space colors evenly, consistently, etc Colors should now: - Not change if new transfers are added - Be evenly spaced throughout the palette - Be persistent across refreshes commit 6e08f479551315e072ec40853290d699220c9ba8 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:01:00 2023 -0500 Add palette function for ordered ids Given an id and a list of sorted ids, yields a color commit 88e838e102602f4d89ab65d8245a820158374959 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:00:00 2023 -0500 Switch to v7 UUIDs from v4 v7 UUIDs are timestamp based and thus we can establish a useful total ordering over them; will base colors on this commit 85d4b30d4795636add23a6a2c47b2068e24dbb74 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 21:18:10 2023 -0400 Update README.md Updated info about import/export, including the new Import Transfer from CSV feature. commit 11a561c1d447e1376e58f970f74d0778e8ed1722 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:51 2023 -0400 Add text to button commit 562dc2adf60b8569da579b1bb637cea344a7a596 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:40 2023 -0400 Change to make colors more evenly distributed commit 6b09aad289b83576bdf67882ee3f30b7f1d23619 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 19:27:02 2023 -0400 Implementation 1 commit a9e5f05fd9c0ebcbbb1c3cc86af8f30c92f373c5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:45 2023 -0400 Hide parts of transfer menu when Custom transfer selected commit db345bfbb585c826c6f97424c5ee61337c4ffbfd Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:08 2023 -0400 delete weird whitespace from Cargo.toml commit edcc3528aab3b17aedaf7b3424ece82ad09d591a Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:41:58 2023 -0400 First implementation of custom region type commit 9a3a10c8b43e51471f74f79dfbef66b3f69ea0f5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:21:30 2023 -0400 Transfer region no longer copy
2023-12-30 01:39:00 +00:00
"getrandom",
2024-02-14 00:56:47 +00:00
"lazy_static",
2023-05-11 21:49:03 +00:00
"log",
Merge from import_from_csv feature branch Of course, there were other features that got tacked on... Squashed commit of the following: commit 3ee3bd2dab3ed362bf5be9acfea8db1f16f6fc9c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 19:12:16 2023 -0500 Superior clipboard manipulation Won't work on non-https connections, but actually works... commit 08f647cd01566e9000d71f677df0d96411ed4cd4 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:50:01 2023 -0500 Utility for copying plates as image commit 3456be2e9a07f63bf5d62ca685fe692303875888 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 17:46:38 2023 -0500 Change wording in options menu Father suggests that this wording is more clear to the end user. I agree! commit 4c79cc0b4dd5402a798ce8d7ac69599c03cf49d9 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:20:00 2023 -0500 Set default plate format to 96 well commit 056688c4ec690a384f57c194314cb924253770f5 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:12:00 2023 -0500 Implement in_transfer hashes toggle in plates commit 4937d4ad283b90629a80a213595a873d1a3a2615 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:11:00 2023 -0500 Preferences menu and toggle for in_transfer hashes commit 0101846b52393d1a050c2c7672274b4589c5c993 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:10:00 2023 -0500 Add preferences struct to main state commit ec37887c2f7e834ed7456625a9ec4c4cc7fea08f Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:05:00 2023 -0500 Squashed commit of the following: commit 5e1137c46050d6d1d10fb1cbf842d5efd455f926 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:03:00 2023 -0500 Fix: indexing error w.r.t. logarithm argument commit 535b14a5867b15dea0e193c94829a0b99a29605c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:02:00 2023 -0500 Space colors evenly, consistently, etc Colors should now: - Not change if new transfers are added - Be evenly spaced throughout the palette - Be persistent across refreshes commit 6e08f479551315e072ec40853290d699220c9ba8 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:01:00 2023 -0500 Add palette function for ordered ids Given an id and a list of sorted ids, yields a color commit 88e838e102602f4d89ab65d8245a820158374959 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:00:00 2023 -0500 Switch to v7 UUIDs from v4 v7 UUIDs are timestamp based and thus we can establish a useful total ordering over them; will base colors on this commit 85d4b30d4795636add23a6a2c47b2068e24dbb74 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 21:18:10 2023 -0400 Update README.md Updated info about import/export, including the new Import Transfer from CSV feature. commit 11a561c1d447e1376e58f970f74d0778e8ed1722 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:51 2023 -0400 Add text to button commit 562dc2adf60b8569da579b1bb637cea344a7a596 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:40 2023 -0400 Change to make colors more evenly distributed commit 6b09aad289b83576bdf67882ee3f30b7f1d23619 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 19:27:02 2023 -0400 Implementation 1 commit a9e5f05fd9c0ebcbbb1c3cc86af8f30c92f373c5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:45 2023 -0400 Hide parts of transfer menu when Custom transfer selected commit db345bfbb585c826c6f97424c5ee61337c4ffbfd Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:08 2023 -0400 delete weird whitespace from Cargo.toml commit edcc3528aab3b17aedaf7b3424ece82ad09d591a Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:41:58 2023 -0400 First implementation of custom region type commit 9a3a10c8b43e51471f74f79dfbef66b3f69ea0f5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:21:30 2023 -0400 Transfer region no longer copy
2023-12-30 01:39:00 +00:00
"rand",
"regex",
2023-05-23 00:48:03 +00:00
"serde",
"serde_json",
"serde_with",
2024-08-10 08:31:24 +00:00
"serde_yaml",
"uuid",
2023-05-11 21:49:03 +00:00
]
2024-02-12 00:32:30 +00:00
[[package]]
2024-02-12 01:49:52 +00:00
name = "plate-tool-web"
2024-08-10 08:31:24 +00:00
version = "0.5.0"
2024-02-12 00:32:30 +00:00
dependencies = [
"csv",
"getrandom",
2024-02-12 01:49:52 +00:00
"js-sys",
"lazy_static",
2024-02-12 00:32:30 +00:00
"log",
2024-02-12 01:49:52 +00:00
"plate-tool-lib",
2024-02-12 00:32:30 +00:00
"rand",
"regex",
"serde",
"serde_json",
"uuid",
2024-02-12 01:49:52 +00:00
"wasm-bindgen",
"wasm-bindgen-test",
"wasm-logger",
"web-sys",
"yew",
"yewdux",
2024-02-12 00:32:30 +00:00
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "prettyplease"
version = "0.1.25"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
2023-05-22 01:54:04 +00:00
"syn 1.0.109",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "proc-macro-error"
version = "1.0.4"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-22 01:54:04 +00:00
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-22 01:54:04 +00:00
"version_check",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "proc-macro2"
2024-02-12 01:49:52 +00:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2023-05-22 01:54:04 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "prokio"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "03b55e106e5791fa5a13abd13c85d6127312e8e09098059ca2bc9b03ca4cf488"
dependencies = [
2023-05-26 20:20:52 +00:00
"futures",
2023-05-22 01:54:04 +00:00
"gloo",
"num_cpus",
"once_cell",
"pin-project",
"pinned",
"tokio",
"tokio-stream",
2023-05-26 20:20:52 +00:00
"wasm-bindgen-futures",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "quote"
2024-02-12 01:49:52 +00:00
version = "1.0.35"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
2023-05-11 21:49:03 +00:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "regex"
2024-02-12 01:49:52 +00:00
version = "1.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.5"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"aho-corasick",
2023-05-11 21:49:03 +00:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-02-12 01:49:52 +00:00
version = "0.8.2"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "rustversion"
2024-02-12 01:49:52 +00:00
version = "1.0.14"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2023-05-11 21:49:03 +00:00
[[package]]
name = "ryu"
2024-02-12 01:49:52 +00:00
version = "1.0.16"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2023-05-11 21:49:03 +00:00
2023-05-24 22:39:38 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2023-05-11 21:49:03 +00:00
[[package]]
name = "serde"
2024-02-12 01:49:52 +00:00
version = "1.0.196"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
2023-05-11 21:49:03 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-wasm-bindgen"
2024-02-12 01:49:52 +00:00
version = "0.5.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
2023-05-11 21:49:03 +00:00
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
[[package]]
name = "serde_derive"
2024-02-12 01:49:52 +00:00
version = "1.0.196"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-11 21:49:03 +00:00
]
[[package]]
name = "serde_json"
2024-02-12 01:49:52 +00:00
version = "1.0.113"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
2023-05-11 21:49:03 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
2023-05-22 01:54:04 +00:00
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857"
dependencies = [
"base64",
"chrono",
"hex",
"indexmap 1.9.3",
"indexmap 2.3.0",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.48",
]
2024-08-10 08:31:24 +00:00
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
"indexmap 2.3.0",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "slab"
2024-02-12 01:49:52 +00:00
version = "0.4.9"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-05-11 21:49:03 +00:00
dependencies = [
"autocfg",
]
2023-05-22 17:45:20 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2023-05-11 21:49:03 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-11 21:49:03 +00:00
"unicode-ident",
]
[[package]]
name = "syn"
2024-02-12 01:49:52 +00:00
version = "2.0.48"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-11 21:49:03 +00:00
"unicode-ident",
]
[[package]]
name = "thiserror"
2024-02-12 01:49:52 +00:00
version = "1.0.57"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
2023-05-11 21:49:03 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-02-12 01:49:52 +00:00
version = "1.0.57"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-11 21:49:03 +00:00
]
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "tokio"
2024-02-12 01:49:52 +00:00
version = "1.36.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
2023-05-11 21:49:03 +00:00
dependencies = [
2024-02-12 01:49:52 +00:00
"backtrace",
2023-05-22 01:54:04 +00:00
"pin-project-lite",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "tokio-stream"
version = "0.1.14"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-22 01:54:04 +00:00
"futures-core",
"pin-project-lite",
"tokio",
2023-05-11 21:49:03 +00:00
]
[[package]]
2023-05-22 01:54:04 +00:00
name = "tracing"
2024-02-12 01:49:52 +00:00
version = "0.1.40"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-05-22 01:54:04 +00:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "tracing-attributes"
2024-02-12 01:49:52 +00:00
version = "0.1.27"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-05-22 01:54:04 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-22 01:54:04 +00:00
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "tracing-core"
2024-02-12 01:49:52 +00:00
version = "0.1.32"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-05-22 01:54:04 +00:00
dependencies = [
"once_cell",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "unicode-ident"
2024-02-12 01:49:52 +00:00
version = "1.0.12"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-05-11 21:49:03 +00:00
2024-08-10 08:31:24 +00:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
[[package]]
name = "uuid"
2024-02-12 01:49:52 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
dependencies = [
Merge from import_from_csv feature branch Of course, there were other features that got tacked on... Squashed commit of the following: commit 3ee3bd2dab3ed362bf5be9acfea8db1f16f6fc9c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 19:12:16 2023 -0500 Superior clipboard manipulation Won't work on non-https connections, but actually works... commit 08f647cd01566e9000d71f677df0d96411ed4cd4 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:50:01 2023 -0500 Utility for copying plates as image commit 3456be2e9a07f63bf5d62ca685fe692303875888 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 17:46:38 2023 -0500 Change wording in options menu Father suggests that this wording is more clear to the end user. I agree! commit 4c79cc0b4dd5402a798ce8d7ac69599c03cf49d9 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:20:00 2023 -0500 Set default plate format to 96 well commit 056688c4ec690a384f57c194314cb924253770f5 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:12:00 2023 -0500 Implement in_transfer hashes toggle in plates commit 4937d4ad283b90629a80a213595a873d1a3a2615 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:11:00 2023 -0500 Preferences menu and toggle for in_transfer hashes commit 0101846b52393d1a050c2c7672274b4589c5c993 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:10:00 2023 -0500 Add preferences struct to main state commit ec37887c2f7e834ed7456625a9ec4c4cc7fea08f Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:05:00 2023 -0500 Squashed commit of the following: commit 5e1137c46050d6d1d10fb1cbf842d5efd455f926 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:03:00 2023 -0500 Fix: indexing error w.r.t. logarithm argument commit 535b14a5867b15dea0e193c94829a0b99a29605c Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:02:00 2023 -0500 Space colors evenly, consistently, etc Colors should now: - Not change if new transfers are added - Be evenly spaced throughout the palette - Be persistent across refreshes commit 6e08f479551315e072ec40853290d699220c9ba8 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:01:00 2023 -0500 Add palette function for ordered ids Given an id and a list of sorted ids, yields a color commit 88e838e102602f4d89ab65d8245a820158374959 Author: Emilia <contact@emiliaallison.com> Date: Fri Dec 29 18:00:00 2023 -0500 Switch to v7 UUIDs from v4 v7 UUIDs are timestamp based and thus we can establish a useful total ordering over them; will base colors on this commit 85d4b30d4795636add23a6a2c47b2068e24dbb74 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 21:18:10 2023 -0400 Update README.md Updated info about import/export, including the new Import Transfer from CSV feature. commit 11a561c1d447e1376e58f970f74d0778e8ed1722 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:51 2023 -0400 Add text to button commit 562dc2adf60b8569da579b1bb637cea344a7a596 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 20:32:40 2023 -0400 Change to make colors more evenly distributed commit 6b09aad289b83576bdf67882ee3f30b7f1d23619 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 19:27:02 2023 -0400 Implementation 1 commit a9e5f05fd9c0ebcbbb1c3cc86af8f30c92f373c5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:45 2023 -0400 Hide parts of transfer menu when Custom transfer selected commit db345bfbb585c826c6f97424c5ee61337c4ffbfd Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 17:18:08 2023 -0400 delete weird whitespace from Cargo.toml commit edcc3528aab3b17aedaf7b3424ece82ad09d591a Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:41:58 2023 -0400 First implementation of custom region type commit 9a3a10c8b43e51471f74f79dfbef66b3f69ea0f5 Author: Emilia <contact@emiliaallison.com> Date: Tue Oct 24 16:21:30 2023 -0400 Transfer region no longer copy
2023-12-30 01:39:00 +00:00
"atomic",
"getrandom",
"rand",
2023-05-23 00:48:03 +00:00
"serde",
"uuid-macro-internal",
2023-05-23 00:48:03 +00:00
"wasm-bindgen",
]
[[package]]
name = "uuid-macro-internal"
2024-02-12 01:49:52 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "7abb14ae1a50dad63eaa768a458ef43d298cd1bd44951677bd10b732a9ba2a2d"
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-05-11 21:49:03 +00:00
[[package]]
name = "wasm-bindgen"
2024-02-12 01:49:52 +00:00
version = "0.2.91"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"cfg-if",
2023-05-11 21:49:03 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-02-12 01:49:52 +00:00
version = "0.2.91"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
2023-05-11 21:49:03 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-11 21:49:03 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-02-12 01:49:52 +00:00
version = "0.4.41"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"cfg-if",
2023-05-11 21:49:03 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-02-12 01:49:52 +00:00
version = "0.2.91"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"quote",
2023-05-11 21:49:03 +00:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-02-12 01:49:52 +00:00
version = "0.2.91"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
2023-05-11 21:49:03 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-11 21:49:03 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-02-12 01:49:52 +00:00
version = "0.2.91"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
2023-05-11 21:49:03 +00:00
2023-05-24 22:39:38 +00:00
[[package]]
name = "wasm-bindgen-test"
2024-02-12 01:49:52 +00:00
version = "0.3.41"
2023-05-24 22:39:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "143ddeb4f833e2ed0d252e618986e18bfc7b0e52f2d28d77d05b2f045dd8eb61"
2023-05-24 22:39:38 +00:00
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
2023-05-26 20:20:52 +00:00
"wasm-bindgen-futures",
2023-05-24 22:39:38 +00:00
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
2024-02-12 01:49:52 +00:00
version = "0.3.41"
2023-05-24 22:39:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "a5211b7550606857312bba1d978a8ec75692eae187becc5e680444fffc5e6f89"
2023-05-24 22:39:38 +00:00
dependencies = [
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-24 22:39:38 +00:00
]
2023-05-11 21:49:03 +00:00
[[package]]
name = "wasm-logger"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718"
dependencies = [
"log",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "web-sys"
2024-02-12 01:49:52 +00:00
version = "0.3.68"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
2023-05-11 21:49:03 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "yew"
version = "0.20.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "5dbecfe44343b70cc2932c3eb445425969ae21754a8ab3a0966981c1cf7af1cc"
dependencies = [
"console_error_panic_hook",
2023-05-26 20:20:52 +00:00
"futures",
2023-05-22 01:54:04 +00:00
"gloo",
"implicit-clone",
"indexmap 1.9.3",
2023-05-22 01:54:04 +00:00
"js-sys",
"prokio",
"rustversion",
"serde",
"slab",
"thiserror",
"tokio",
"tracing",
"wasm-bindgen",
2023-05-26 20:20:52 +00:00
"wasm-bindgen-futures",
2023-05-22 01:54:04 +00:00
"web-sys",
"yew-macro",
]
2023-05-11 21:49:03 +00:00
[[package]]
2023-05-22 01:54:04 +00:00
name = "yew-macro"
version = "0.20.0"
2023-05-11 21:49:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 01:54:04 +00:00
checksum = "b64c253c1d401f1ea868ca9988db63958cfa15a69f739101f338d6f05eea8301"
dependencies = [
"boolinator",
"once_cell",
"prettyplease",
"proc-macro-error",
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2023-05-22 01:54:04 +00:00
"syn 1.0.109",
]
2023-05-22 17:45:20 +00:00
[[package]]
name = "yewdux"
2024-02-12 01:49:52 +00:00
version = "0.9.3"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "3c528544a814a0beb30059c8340eb78c88160141db788112b51a5a08098cef2d"
2023-05-22 17:45:20 +00:00
dependencies = [
"anymap",
"async-trait",
"log",
"serde",
"serde_json",
"slab",
"thiserror",
"wasm-bindgen",
"web-sys",
"yew",
"yewdux-macros",
]
[[package]]
name = "yewdux-macros"
2024-02-12 01:49:52 +00:00
version = "0.9.4"
2023-05-22 17:45:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 01:49:52 +00:00
checksum = "d22b1832d3e3eaa61a5c2ecd40affa876507457180d1e599143368c1c3317c2d"
2023-05-22 17:45:20 +00:00
dependencies = [
"darling",
"proc-macro-error",
2023-05-26 20:20:52 +00:00
"proc-macro2",
"quote",
2024-02-12 01:49:52 +00:00
"syn 2.0.48",
2023-05-22 17:45:20 +00:00
]