rofi-edit/Cargo.lock

615 lines
15 KiB
Text
Raw Normal View History

2023-12-08 21:12:52 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2023-12-09 14:51:18 +01:00
name = "anyhow"
version = "1.0.75"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-12-08 21:12:52 +01:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
2023-12-09 14:51:18 +01:00
name = "bitflags"
version = "1.3.2"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-12-08 21:12:52 +01:00
[[package]]
name = "bitflags"
2023-12-09 14:51:18 +01:00
version = "2.4.1"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "cairo-rs"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "ab3603c4028a5e368d09b51c8b624b9a46edcd7c3778284077a6125af73c9f0a"
dependencies = [
"bitflags 1.3.2",
"cairo-sys-rs",
"glib",
"libc",
"once_cell",
"thiserror",
]
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "cairo-sys-rs"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "691d0c66b1fb4881be80a760cb8fe76ea97218312f9dfe2c9cc0f496ca279cb1"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"glib-sys",
2023-12-08 21:12:52 +01:00
"libc",
2023-12-09 14:51:18 +01:00
"system-deps",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "cfg-expr"
version = "0.15.5"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
dependencies = [
"smallvec",
"target-lexicon",
]
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "equivalent"
version = "1.0.1"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-channel"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
dependencies = [
"futures-core",
]
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-core"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-executor"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-io"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-macro"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"proc-macro2",
"quote",
"syn 2.0.39",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-task"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "futures-util"
version = "0.3.29"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
dependencies = [
"futures-core",
"futures-macro",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "gio"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "a6973e92937cf98689b6a054a9e56c657ed4ff76de925e36fc331a15f0c5d30a"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"bitflags 1.3.2",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
"thiserror",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "gio-sys"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "0ccf87c30a12c469b6d958950f6a9c09f2be20b7773f7e70d20b867fdf2628c3"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"glib-sys",
"gobject-sys",
2023-12-08 21:12:52 +01:00
"libc",
2023-12-09 14:51:18 +01:00
"system-deps",
"winapi",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "glib"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "d3fad45ba8d4d2cea612b432717e834f48031cd8853c8aaf43b2c79fec8d144b"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"bitflags 1.3.2",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
"once_cell",
"smallvec",
"thiserror",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "glib-macros"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "eca5c79337338391f1ab8058d6698125034ce8ef31b72a442437fa6c8580de26"
dependencies = [
"anyhow",
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "glib-sys"
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d80aa6ea7bba0baac79222204aa786a6293078c210abe69ef1336911d4bdc4f0"
2023-12-08 21:12:52 +01:00
dependencies = [
"libc",
2023-12-09 14:51:18 +01:00
"system-deps",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "gobject-sys"
version = "0.17.10"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "cd34c3317740a6358ec04572c1bcfd3ac0b5b6529275fae255b237b314bb8062"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"glib-sys",
"libc",
"system-deps",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "hashbrown"
version = "0.14.3"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "heck"
version = "0.4.1"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "indexmap"
version = "2.1.0"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"equivalent",
"hashbrown",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "itoa"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "libc"
version = "0.2.150"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "memchr"
version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "pango"
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35be456fc620e61f62dff7ff70fbd54dcbaf0a4b920c0f16de1107c47d921d48"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"bitflags 1.3.2",
"gio",
"glib",
2023-12-08 21:12:52 +01:00
"libc",
2023-12-09 14:51:18 +01:00
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da69f9f3850b0d8990d462f8c709561975e95f689c1cdf0fecdebde78b35195"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
2023-12-08 21:12:52 +01:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2023-12-09 14:51:18 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"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"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2023-12-08 21:12:52 +01:00
[[package]]
name = "proc-macro2"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [
"proc-macro2",
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "rofi-edit"
version = "0.1.0"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"rofi-mode",
"serde",
"serde_json",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "rofi-mode"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8965aa7c7313bececbd2d43f7ced6060a8b146ad807f3371c8eeb0518b06ba"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"bitflags 2.4.1",
"cairo-rs",
"libc",
"pango",
"rofi-plugin-sys",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "rofi-plugin-sys"
version = "0.3.2"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "9bf28cd51980f7033bd1c1607f98ae914184c21516f4e5583030e161efe81b01"
dependencies = [
"bitflags 2.4.1",
"cairo-sys-rs",
"glib-sys",
]
2023-12-08 21:12:52 +01:00
[[package]]
name = "ryu"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
name = "serde"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.193"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
dependencies = [
"proc-macro2",
"quote",
2023-12-09 14:51:18 +01:00
"syn 2.0.39",
2023-12-08 21:12:52 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "serde_spanned"
version = "0.6.4"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"serde",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "slab"
version = "0.4.9"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"autocfg",
2023-12-08 21:12:52 +01:00
]
[[package]]
name = "smallvec"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
2023-12-09 14:51:18 +01:00
name = "syn"
version = "1.0.109"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"proc-macro2",
"quote",
"unicode-ident",
2023-12-08 21:12:52 +01:00
]
[[package]]
name = "syn"
version = "2.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "system-deps"
version = "6.2.0"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "target-lexicon"
version = "0.12.12"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "thiserror"
version = "1.0.50"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"thiserror-impl",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "thiserror-impl"
version = "1.0.50"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"proc-macro2",
"quote",
"syn 2.0.39",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "toml"
version = "0.8.8"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.21.0",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "toml_datetime"
version = "0.6.5"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"serde",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "toml_edit"
version = "0.19.15"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"indexmap",
"toml_datetime",
"winnow",
2023-12-08 21:12:52 +01:00
]
[[package]]
2023-12-09 14:51:18 +01:00
name = "toml_edit"
version = "0.21.0"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2023-12-08 21:12:52 +01:00
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
2023-12-09 14:51:18 +01:00
name = "version-compare"
version = "0.1.1"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2023-12-08 21:12:52 +01:00
[[package]]
2023-12-09 14:51:18 +01:00
name = "version_check"
version = "0.9.4"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-12-08 21:12:52 +01:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
2023-12-09 14:51:18 +01:00
name = "winnow"
version = "0.5.26"
2023-12-08 21:12:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 14:51:18 +01:00
checksum = "b67b5f0a4e7a27a64c651977932b9dc5667ca7fc31ac44b03ed37a0cf42fdfff"
2023-12-08 21:12:52 +01:00
dependencies = [
2023-12-09 14:51:18 +01:00
"memchr",
2023-12-08 21:12:52 +01:00
]