Various Rust wrappers for GNOME calendar libraries
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 503 lines 12 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "bitflags" 7version = "2.10.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 10 11[[package]] 12name = "camel-sys" 13version = "0.0.1" 14dependencies = [ 15 "gio-sys", 16 "glib-sys", 17 "gobject-sys", 18 "libc", 19 "shell-words", 20 "system-deps", 21 "tempfile", 22] 23 24[[package]] 25name = "cfg-expr" 26version = "0.20.5" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "21be0e1ce6cdb2ee7fff840f922fb04ead349e5cfb1e750b769132d44ce04720" 29dependencies = [ 30 "smallvec", 31 "target-lexicon", 32] 33 34[[package]] 35name = "cfg-if" 36version = "1.0.4" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 39 40[[package]] 41name = "equivalent" 42version = "1.0.2" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 45 46[[package]] 47name = "errno" 48version = "0.3.14" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 51dependencies = [ 52 "libc", 53 "windows-sys", 54] 55 56[[package]] 57name = "fastrand" 58version = "2.3.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 61 62[[package]] 63name = "futures-channel" 64version = "0.3.31" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 67dependencies = [ 68 "futures-core", 69] 70 71[[package]] 72name = "futures-core" 73version = "0.3.31" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 76 77[[package]] 78name = "futures-executor" 79version = "0.3.31" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 82dependencies = [ 83 "futures-core", 84 "futures-task", 85 "futures-util", 86] 87 88[[package]] 89name = "futures-macro" 90version = "0.3.31" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 93dependencies = [ 94 "proc-macro2", 95 "quote", 96 "syn", 97] 98 99[[package]] 100name = "futures-task" 101version = "0.3.31" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 104 105[[package]] 106name = "futures-util" 107version = "0.3.31" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 110dependencies = [ 111 "futures-core", 112 "futures-macro", 113 "futures-task", 114 "pin-project-lite", 115 "pin-utils", 116 "slab", 117] 118 119[[package]] 120name = "getrandom" 121version = "0.3.4" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 124dependencies = [ 125 "cfg-if", 126 "libc", 127 "r-efi", 128 "wasip2", 129] 130 131[[package]] 132name = "gio-sys" 133version = "0.22.0-alpha.2" 134source = "git+https://github.com/gtk-rs/gtk-rs-core#279d5cd14d3bcc4bd63915d125a127e4510c542c" 135dependencies = [ 136 "glib-sys", 137 "gobject-sys", 138 "libc", 139 "system-deps", 140 "windows-sys", 141] 142 143[[package]] 144name = "glib" 145version = "0.22.0-alpha.2" 146source = "git+https://github.com/gtk-rs/gtk-rs-core#279d5cd14d3bcc4bd63915d125a127e4510c542c" 147dependencies = [ 148 "bitflags", 149 "futures-channel", 150 "futures-core", 151 "futures-executor", 152 "futures-task", 153 "futures-util", 154 "gio-sys", 155 "glib-macros", 156 "glib-sys", 157 "gobject-sys", 158 "libc", 159 "memchr", 160 "smallvec", 161] 162 163[[package]] 164name = "glib-macros" 165version = "0.22.0-alpha.2" 166source = "git+https://github.com/gtk-rs/gtk-rs-core#279d5cd14d3bcc4bd63915d125a127e4510c542c" 167dependencies = [ 168 "heck", 169 "proc-macro2", 170 "quote", 171 "syn", 172] 173 174[[package]] 175name = "glib-sys" 176version = "0.22.0-alpha.2" 177source = "git+https://github.com/gtk-rs/gtk-rs-core#279d5cd14d3bcc4bd63915d125a127e4510c542c" 178dependencies = [ 179 "libc", 180 "system-deps", 181] 182 183[[package]] 184name = "gobject-sys" 185version = "0.22.0-alpha.2" 186source = "git+https://github.com/gtk-rs/gtk-rs-core#279d5cd14d3bcc4bd63915d125a127e4510c542c" 187dependencies = [ 188 "glib-sys", 189 "libc", 190 "system-deps", 191] 192 193[[package]] 194name = "hashbrown" 195version = "0.16.1" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 198 199[[package]] 200name = "heck" 201version = "0.5.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 204 205[[package]] 206name = "ical-glib" 207version = "0.1.0" 208dependencies = [ 209 "glib", 210 "ical-glib-sys", 211 "libc", 212] 213 214[[package]] 215name = "ical-glib-sys" 216version = "0.0.1" 217dependencies = [ 218 "glib-sys", 219 "gobject-sys", 220 "libc", 221 "shell-words", 222 "system-deps", 223 "tempfile", 224] 225 226[[package]] 227name = "indexmap" 228version = "2.13.0" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 231dependencies = [ 232 "equivalent", 233 "hashbrown", 234] 235 236[[package]] 237name = "libc" 238version = "0.2.180" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 241 242[[package]] 243name = "linux-raw-sys" 244version = "0.11.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 247 248[[package]] 249name = "memchr" 250version = "2.7.6" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 253 254[[package]] 255name = "once_cell" 256version = "1.21.3" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 259 260[[package]] 261name = "pin-project-lite" 262version = "0.2.16" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 265 266[[package]] 267name = "pin-utils" 268version = "0.1.0" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 271 272[[package]] 273name = "pkg-config" 274version = "0.3.32" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 277 278[[package]] 279name = "proc-macro2" 280version = "1.0.105" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" 283dependencies = [ 284 "unicode-ident", 285] 286 287[[package]] 288name = "quote" 289version = "1.0.43" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" 292dependencies = [ 293 "proc-macro2", 294] 295 296[[package]] 297name = "r-efi" 298version = "5.3.0" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 301 302[[package]] 303name = "rustix" 304version = "1.1.3" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 307dependencies = [ 308 "bitflags", 309 "errno", 310 "libc", 311 "linux-raw-sys", 312 "windows-sys", 313] 314 315[[package]] 316name = "serde_core" 317version = "1.0.228" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 320dependencies = [ 321 "serde_derive", 322] 323 324[[package]] 325name = "serde_derive" 326version = "1.0.228" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 329dependencies = [ 330 "proc-macro2", 331 "quote", 332 "syn", 333] 334 335[[package]] 336name = "serde_spanned" 337version = "1.0.4" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 340dependencies = [ 341 "serde_core", 342] 343 344[[package]] 345name = "shell-words" 346version = "1.1.1" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 349 350[[package]] 351name = "slab" 352version = "0.4.11" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 355 356[[package]] 357name = "smallvec" 358version = "1.15.1" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 361 362[[package]] 363name = "soup-sys" 364version = "0.0.1" 365dependencies = [ 366 "gio-sys", 367 "glib-sys", 368 "gobject-sys", 369 "libc", 370 "shell-words", 371 "system-deps", 372 "tempfile", 373] 374 375[[package]] 376name = "syn" 377version = "2.0.114" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 380dependencies = [ 381 "proc-macro2", 382 "quote", 383 "unicode-ident", 384] 385 386[[package]] 387name = "system-deps" 388version = "7.0.7" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f" 391dependencies = [ 392 "cfg-expr", 393 "heck", 394 "pkg-config", 395 "toml", 396 "version-compare", 397] 398 399[[package]] 400name = "target-lexicon" 401version = "0.13.3" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" 404 405[[package]] 406name = "tempfile" 407version = "3.24.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 410dependencies = [ 411 "fastrand", 412 "getrandom", 413 "once_cell", 414 "rustix", 415 "windows-sys", 416] 417 418[[package]] 419name = "toml" 420version = "0.9.11+spec-1.1.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" 423dependencies = [ 424 "indexmap", 425 "serde_core", 426 "serde_spanned", 427 "toml_datetime", 428 "toml_parser", 429 "toml_writer", 430 "winnow", 431] 432 433[[package]] 434name = "toml_datetime" 435version = "0.7.5+spec-1.1.0" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 438dependencies = [ 439 "serde_core", 440] 441 442[[package]] 443name = "toml_parser" 444version = "1.0.6+spec-1.1.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" 447dependencies = [ 448 "winnow", 449] 450 451[[package]] 452name = "toml_writer" 453version = "1.0.6+spec-1.1.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 456 457[[package]] 458name = "unicode-ident" 459version = "1.0.22" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 462 463[[package]] 464name = "version-compare" 465version = "0.2.1" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e" 468 469[[package]] 470name = "wasip2" 471version = "1.0.1+wasi-0.2.4" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 474dependencies = [ 475 "wit-bindgen", 476] 477 478[[package]] 479name = "windows-link" 480version = "0.2.1" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 483 484[[package]] 485name = "windows-sys" 486version = "0.61.2" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 489dependencies = [ 490 "windows-link", 491] 492 493[[package]] 494name = "winnow" 495version = "0.7.14" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 498 499[[package]] 500name = "wit-bindgen" 501version = "0.46.0" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"